@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Booking') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('Booking') }} @csrf @method('PUT') {{ __('Kode') }} @if ($errors->has('kode')) {{ $errors->first('kode') }} @endif {{ __('Nama') }} @if ($errors->has('nama')) {{ $errors->first('nama') }} @endif {{ __('Tarif') }} @if ($errors->has('tarif')) {{ $errors->first('tarif') }} @endif {{ __('Keterangan') }} {{ old('keterangan', $booking->keterangan) }} @if ($errors->has('keterangan')) {{ $errors->first('keterangan') }} @endif {{ __('Save') }}