@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Expenses') }} @endsection @section('content')
@slot('table_header') @endslot @slot('table_body') {{ __('Name') }} {{ __('Actions') }} @php $id = 0 ; @endphp @foreach($items as $name => $subItems )
@if(count($subItems)) @endif {{ $name }}
@foreach ($subItems as $subItemIndex => $subItemArr) {{ $subItemArr['name'] }} @endforeach
Warning: Undefined variable $id in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/admin/expenses/index.blade.php on line 332
@endforeach @endslot
{{--
--}} {{--
--}} @endsection @section('js') @endsection