@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Booking') }} {{ __('Catatan') }} Format excel 2013 ke atas (.xlsx) Contoh Format download disini {{ __('Create') }} {{ __('Booking') }} @csrf {{ __('Tanggal Pemeriksaan') }} @if ($errors->has('tanggal_pemeriksaan')) {{ $errors->first('tanggal_pemeriksaan') }} @endif {{ __('Layanan') }} Pilih Layanan @foreach($services as $service) id == old('service_id'))?'selected':'' }}>{{ $service->nama }} @endforeach @if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif {{ __('Project') }} Pilih Proyek @foreach($projects as $project) id == old('company_project_id'))?'selected':'' }}>{{ $project->name }} @endforeach @if ($errors->has('company_project_id')) {{ $errors->first('company_project_id') }} @endif {{ __('Pembayaran') }} Pilih Pembayaran Cash @if($bisa_invoice) Invoice @endif @if ($errors->has('pembayaran')) {{ $errors->first('pembayaran') }} @endif {{ __('File') }} @if ($errors->has('file')) {{ $errors->first('file') }} @endif {{ __('Save') }}