@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Booking') }}

{{ __('Catatan') }}
{{ __('Create') }} {{ __('Booking') }} @csrf
{{ __('Tanggal Pemeriksaan') }}
@if ($errors->has('tanggal_pemeriksaan')) {{ $errors->first('tanggal_pemeriksaan') }} @endif
{{ __('Layanan') }}
@if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif
{{ __('Project') }}
@if ($errors->has('company_project_id')) {{ $errors->first('company_project_id') }} @endif
{{ __('Pembayaran') }}
@if ($errors->has('pembayaran')) {{ $errors->first('pembayaran') }} @endif
{{ __('File') }}
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
{{ __('Save') }}