@extends('layouts.master') @section('title', 'Master Coa') @section('css') @endsection @section('content')
Coa
| Download Template
@foreach ($coas as $coa) @endforeach
No {{__('Account Number')}} Account Name Account Type Normal Balance Action
{{ $loop->iteration }} {{ $coa->account_number }} {{ $coa->account_name }} {{ $coa->coasss->account_sub_type }} {{ $coa->normal_balance }}
@csrf
No {{__('Account Number')}} Account Name Account Type Normal Balance Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection