@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Cost Details']);

Cost Details

Type: {{ ucfirst($cost->type) }}
Name: {{ $cost->name }}
Annual Price: {{ $cost->annual_price }}
Description: {{ $cost->description }}
Status: {!! STATUS[$cost->status] !!}
Created Date: {{ $cost->created_at->format('d-m-Y') }}
@endsection