@section('title', 'Add Course Category') @push('style') @endpush @push('script') @endpush @section('toolbar') @endsection @csrf Image Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted @error('image') {{ $message }} @enderror Status Active Inactive Category Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach @foreach ($languages as $id => $language) @php $languageCode = strtolower($language); @endphp Title ({{ $language }}) @error('title.' . strtolower($language)) {{ $message }} @enderror Description ({{ $language }}) @error('description.' . $languageCode) {{ $message }} @enderror @endforeach Parent Course Category (optional) @if (isset($old['category_id']) && $old['category_id'] != '') {{ $old['category_id']->short_name }} @endif @error('category_id') {{ $message }} @enderror Back Save Changes Please wait...