@extends('adminlte::page') @section('title', 'Sports') @section('content_header') @stop @section('content') Sports Home Golf & Sports Sports Add/Edit Sports @csrf Sports Main Description * @if(!empty($sport_arr)){!! $sport_arr['description'] !!} @endif Sports Categories * @if(!empty($sport_arr)) @foreach($sport_arr['sport_categories'] as $section) Category Title * Category Description * {!! $section['description'] !!} Category Thumbnail @if($section['thumbnail']) @endif Category Image * Delete Category @endforeach @endif + Add Category @stop @section('js') @include('admin.sport.scripts.index') @stop