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

Control Account List

@can('Control Account add') Back to Main Account @endcan
{{-- {{dd($main_account)}} --}} @foreach ($control_account as $key => $m_acc) @endforeach
S.No Account # Account Name کھا تہ Date Action
{{ $key + 1 }} {{ $m_acc->control_account_number }} {{ $m_acc->control_account_name }} {{ $m_acc->ca_urdu_name }} {{ $m_acc->created_at }} @can('Sub Control Account list') Sub Control Account @endcan @can('Control Account edit') Edit @endcan
S.No Account # Account Name کھا تہ Date Action
@endsection @push('scripts') @endpush