@extends('adminlte::page') @section('title', 'Sports') @section('content_header') @stop @section('content')

Sports

Add/Edit Sports

@csrf

@if(!empty($sport_arr)) @foreach($sport_arr['sport_categories'] as $section)

@if($section['thumbnail']) Thumbnail @endif      

Existing      

@endforeach @endif
@stop @section('js') @include('admin.sport.scripts.index') @stop