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

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

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