@extends('backend.layouts.app') @push('styles') @endpush @section('content')

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

@csrf @if ($method == 'PUT') @method('put') @endif
@if ($user->id)
@endif
@if ($user->getNationalIdImage()) @endif
{{ TranslationManager::translate('Cancel') }}
@endsection @push('scripts') @endpush