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

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

@csrf @if ($method == 'PUT') @method('put') @endif
@if ($user->id != 1)
@else @endif
{{ TranslationManager::translate('Cancel') }}
@endsection