@extends('layouts.main_without_top_button', ['title' => 'CHART OF ACCOUNTS | ' . config('app.name')]) @section('title') CHART OF ACCOUNTS @stop @section('navigation') @stop @section('contentinner')
@include('financial_accounts.settings.includes.profile')
{{----}}
S/NName Group Currency Closed Balance Action
{{--@if($account->currency != 'NOT_AVAILABLE')--}} {{--{{$account->currency}}--}} {{--@endif--}} {{--@if($account->currency == 'NOT_AVAILABLE')--}} {{--*/ $amount = 0 /*--}} {{--@else--}} {{--*/ $amount = 0 /*--}} {{--@endif--}} {{--@if($amount >= 0)--}} {{--{{number_format($amount,2)}}--}} {{--@else--}} {{--( {{number_format(-1*$amount,2)}} )--}} {{--@endif--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--{!! Form::open(array('route' => 'accounts.open-balances.store', 'class' => 'stdform open_balance_form','method'=>'post')) !!}--}} {{----}} {{----}} {{----}} {{----}} {{--
--}} {{--@endif--}} {{----}} {{----}} {{----}} {{--
--}} {{----}} {{--{!! Form::open(array('route' => array('account.update'), 'class' => 'stdform','method'=>'post')) !!}--}} {{----}} {{----}} {{----}} {{--{!! Form::close() !!}--}} {{--
--}} {{--@if((($account->is_default == 0) AND ($account->account_group_id != 3) AND ($account->account_group_id != 4)) AND ($account->getIsDeleted()))--}} {{----}} {{--@endif--}} {{----}} {{--
--}} {{----}}
@endsection