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

{{ TranslationManager::translate($page_name) }}

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