@extends('layouts.master') @section('content')
Sub Control Account

Sub Control Account List

@can('Sub Control Account add') {{-- Back to Control Account --}} Back to Control Account @endcan
@foreach ($sub_control_accounts as $key => $m_acc) @endforeach
S.No Account # Account Name کھا تہ Date Action
{{ $key + 1 }} {{ $m_acc->sub_control_account_number }} {{ $m_acc->sub_control_account_name }} {{ $m_acc->sca_urdu_name }} {{ $m_acc->created_at }} @can('Transaction Action list') Transaction Action @endcan @can('Sub Control Account edit') Edit @endcan @can('Sub Control Account delete') Remove @endcan
S.No Account # Account Name کھا تہ Date Action
@endsection @push('scripts') @endpush