@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render(request()->route()->getName()) }} @endsection @section('content')
@if(isset($statusPermohonan->id)) @method('PUT') @endif @csrf

{{ isset($statusPermohonan->id) ? 'Edit' : 'Tambah' }} Status Permohonan

@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection