@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Account Master Accounts Account Master Edit Edit Account Master Account Type Select Account Type... @foreach ($acctype as $type) @if($typeid==$type['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $type['name'] }} @endforeach Account Category @foreach ($category as $cat) @if($masterrow->account_category_id==$cat['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $cat['name'] }} @endforeach Account Group @foreach ($groups as $group) @if($masterrow->account_group_id==$group['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $group['name'] }} @endforeach Account ID Account Master Area Select Area... @foreach ($area as $ar) @if($masterrow->area_id==$ar['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $ar['name'] }} @endforeach TRN No. Transaction Type Dr Cr Open Balance Net Closing Balance Foreign Currency Select Currency... @foreach ($currency as $cur) @if($masterrow->fcurrency_id==$cur['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $cur['name'] }} @endforeach FC Open Balance Department Select Department... @foreach ($department as $dep) @if($masterrow->department_id==$dep['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $dep['name'] }} @endforeach VAT Assignable? VAt Percentage Job Assignable? @if($masterrow->job_assign==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes Job Compulsary @if($masterrow->job_compulsary==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes Hide @if($masterrow->is_hide==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes × Select Account Submit Cancel @stop {{-- page level scripts --}} @section('footer_scripts') @stop