@include('layouts.header')
Cost Centre Items
Add Item
SNo
Item Name
Action
@foreach($currentUserCostCentreItems as $index => $currentUserCostCentreItem)
{{$index+1}}
{{@$currentUserCostCentreItem->item}}
Edit
Delete
@endforeach
@csrf
×
Add Cost Centre Item
Item Name
*
@error('item')
{{ $message }}
@enderror
@csrf
Edit Cost Centre Item
×
Item Name
*
@error('item')
{{ $message }}
@enderror
Delete Cost Centre Item
Are you sure want to delete?
Delete
@csrf
Cancel
@include('layouts.footer')