@section('title', 'Add Course') @push('style') @endpush @push('script') @endpush @section('toolbar') @endsection @csrf Course Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach @foreach ($languages as $id => $language) @php $languageCode = strtolower($language); $isArabic = strtolower($language) === 'ar'; @endphp Title ({{ $language }}) @error('title.' . strtolower($language)) {{ $message }} @enderror @endforeach Course Category @error('category_id') {{ $message }} @enderror {{-- Mode of Learning Online Online classes bring education to your fingertips, offering flexibility and accessibility for learning anytime, anywhere. Offline An offline course, also known as a traditional or in-person course, is a form of education where instruction and learning activities take place in a physical classroom or other designated locations rather than online. --}} Back Save Changes Please wait...