@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render(request()->route()->getName()) }} @endsection @section('content')

Form Pembatalan Permohonan

@method('PUT') @csrf
@error('alasan_pembatalan') {{ $message }} @enderror
@if($pembatalan->file_pembatalan) @endif @error('file_pembatalan') {{ $message }} @enderror
@endsection