@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 @if($masterrow->modified_at!='0000-00-00 00:00:00') {{--*/ $date = date('d-M-Y H:i a', strtotime($masterrow->modified_at)); /*--}} @else {{--*/ $date = '--'; /*--}} @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 }}
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 }}
Country {{ $masterrow->country }}
Area {{ $masterrow->area }}
Job Assignable? {{ $chk }}
Job Compulsary? {{ $chk }}
Hide {{ $chk }}
Created At {{ date('d-M-Y H:i a', strtotime($masterrow->created_at)) }}
Created By {{ $masterrow->created_by }}
Modified At {{ $date }}
Modified By {{ $masterrow->modify_by }}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop