{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
Please upload logo with size 100x100.
@if(isset($data['category_image']) && !empty($data['category_image']) && File::exists(public_path('uploads/training_category/'.$data['category_image'])))
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection