@extends(config('admin_theme.layout', 'admin.layout.master')) @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include(config('admin_theme.view_prefix', 'admin').'.layout.breadcrumb_view') @stop @section('page-content')

{{ $current_route->{'name_' . trans('admin.lang')} }}

@can('admin.cheques.add') @if(App\Helpers\Helpers::checkAccountLink(array(24,25))) @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include(config('admin_theme.view_prefix', 'admin').'.layout.error')
# @Lang('admin.from-account') @Lang('admin.to-account') @Lang('admin.check-amount') @Lang('admin.due-date') @Lang('admin.check-status') @Lang('admin.check-no') @Lang('admin.invoice_no') @Lang('admin.created_at')
@stop @section('modal') @include(config('admin_theme.view_prefix', 'admin').'.layout.ajax') @stop @section('css') @stop @section('js') @stop