@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Account Master

View Account Master

@if($masterrow->job_assign==0) {{--*/ $chk = "No"; /*--}} @else {{--*/ $chk = "Yes"; /*--}} @endif @if($masterrow->job_compulsary==0) {{--*/ $chk = "No"; /*--}} @else {{--*/ $chk = "Yes"; /*--}} @endif @if($masterrow->is_hide==0) {{--*/ $chk = "No"; /*--}} @else {{--*/ $chk = "Yes"; /*--}} @endif
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 }}
Job Assignable? {{ $chk }}
Job Compulsary? {{ $chk }}
Hide {{ $chk }}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop