@extends('templates.dashboard') @section('isi')

{{ $title }}

Back
@csrf
@method('PUT') @csrf
@error('nama')
{{ $message }}
@enderror
@error('foto_out')
{{ $message }}
@enderror
@error('keterangan_out')
{{ $message }}
@enderror
@php $status = array( [ "status" => "Pending", ], [ "status" => "Sukses", ], [ "status" => "Gagal", ] ); @endphp @error('status')
{{ $message }}
@enderror
@push('script') @endpush @endsection