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

{{ isset($nilaiPlafond->id) ? 'Edit' : 'Tambah' }} Nilai Plafond

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