{{ __('Edit Crew') }}

{{ $item->name }}

{{ __('Back') }}
@csrf @method('PUT')
{{ __('Cancel') }}
{{ __('Status') }}
{{ __('ID') }}
#{{ $item->id }}
{{ __('Created') }}: {{ optional($item->created_at)->toDateTimeString() }} {{ __('Updated') }}: {{ optional($item->updated_at)->toDateTimeString() }}
{{ __('Catatan') }}
{{ __('Semua perubahan tersimpan di audit log otomatis.') }}