@include('admin.header')

Other Costs

@if (session("success"))
{{ session("success") }}
@endif
@foreach ($otherCosts as $otherCost) @endforeach
ID Name Default Rate Unit Active Actions
{{ $otherCost->id }} {{ $otherCost->name }} {{ $otherCost->default_rate }} {{ $otherCost->unit }} {{ $otherCost->is_active ? "Yes" : "No" }} Update
@csrf @method("DELETE")
@include('admin.footer')