@extends("layouts.app") @section("content")

Other Cost Details

{{ $otherCost->name }}

Default Rate: {{ $otherCost->default_rate }} USD

Unit: {{ $otherCost->unit }}

Description: {{ $otherCost->description }}

Status: {{ $otherCost->is_active ? "Active" : "Inactive" }}

id) }}" class="btn btn-warning">Edit Back to List
@endsection