@php $code = Auth::user()->mfi->code; @endphp @extends('mfi.layouts.app') @push('style') @endpush @section('pagetitlesection') @endsection @section('content')

No of Accounts: {{ $listAccount->count() }}

@can('add-accounts') @endcan
{{-- --}} @forelse ($listAccount as $account) status == 1 ? 'active-row' : 'inactive-row' }}> @if ($account->account_type == 1) @else @endif {{-- --}} @empty @endforelse
Account TypeAccount Sub TypeAccount Name Opening Balance Created On Status Action
{{ 'Assets Account' }}{{ 'Liabilities Account' }}{{ $account->account_name }} ₹{{ $account->opening_balance }} {{ date('d-m-Y', strtotime($account->created_at)) }} @switch($account->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet

Account

{{-- --}}
{{-- --}} {{-- --}}
{{--
--}} {{-- --}}
@endsection @push('scripts') {{-- --}} {{-- --}} @endpush