@extends('admin.admin_master') @section('admin')

Other Cost List

Add Other Cost
@foreach($allData as $key => $value ) @endforeach
SL Date Amount Description Image Action
{{ $key+1 }} {{ date('d-m-Y', strtotime($value->date)) }} {{ $value->amount }} {{ $value->description }} Edit
@endsection