@extends('backend.layouts.app') @section('content')

@if ($method == 'PUT') {{ TranslationManager::translate('Edit Section') }} @else {{ TranslationManager::translate('New Section') }} @endif

@csrf @if ($method == 'PUT') @method('put') @endif
@foreach ($languages as $language)
code == 'ar') dir="rtl" @else dir="ltr" @endif >
@endforeach
@if ($section->getAssignmentFile() != NULL)
@endif
{{ TranslationManager::translate('Back to courses') }} {{ TranslationManager::translate('Back to section') }}
@endsection