| Account Type | {{ $masterrow->type_name }} |
| Account Category | {{ $masterrow->category_name }} |
| Account Group | {{ $masterrow->group_name }} |
| Account ID | {{ $masterrow->account_id }} |
| Account Master | {{ $masterrow->master_name }} |
| Address | {{ $masterrow->address }} |
| City | {{ $masterrow->city }} |
| State | {{ $masterrow->state }} |
| Area | {{ $masterrow->area }} |
| Country | {{ $masterrow->country }} |
| Pin | {{ $masterrow->pin }} |
| Phone | {{ $masterrow->phone }} |
| Fax | {{ $masterrow->fax }} |
| Email | {{ $masterrow->email }} |
| TRN No | {{ $masterrow->vat_no }} |
| Open Balanace | {{ number_format($masterrow->op_balance,2,'.',',') }} |
| Closing Balance | {{ number_format($masterrow->cl_balance,2,'.',',') }} |
| Foreign Currency | {{ $masterrow->currency }} |
| FC Open Balance | {{ $masterrow->fcop_balance }} |
| Department | {{ $masterrow->department }} |
| Salesman | {{ $masterrow->salesman }} |
| Credit Limit | {{ $masterrow->credit_limit }} |
| Due Days | {{ $masterrow->duedays }} |
| Terms | {{ $masterrow->terms }} |
@if($masterrow->job_assign==0)
{{--*/ $chk = "No";
/*--}}
@else
{{--*/ $chk = "Yes";
/*--}}
@endif
| Job Assignable? | {{ $chk }} |
@if($masterrow->job_compulsary==0)
{{--*/ $chk = "No";
/*--}}
@else
{{--*/ $chk = "Yes";
/*--}}
@endif
| Job Compulsary? | {{ $chk }} |
@if($masterrow->is_hide==0)
{{--*/ $chk = "No";
/*--}}
@else
{{--*/ $chk = "Yes";
/*--}}
@endif
| Hide | {{ $chk }} |