@php use App\Models\Reservation; @endphp @extends('layouts.admin.app') @section('page-title') {{ __('edit') }} @endSection @section('page-nav-title')

{{ __('edit') }}

{{ __('control') }}

@endsection @section('content')

{{ __('edit') }}

@csrf @method('put')
service)) value={{ app()->getLocale() === 'en' ? $reservation->service->en_title : $reservation->service->ar_title }}@endif>
@forelse ($reservation->attachments as $a) @if (str_contains($a->mime_type, 'image')) {{ $a->filename ?? __('file') }} @else {{ $a->filename }} @endif @empty {{ __('No attachments') }} @endforelse

@endsection