@extends('admin.layout.master') @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include('admin.layout.breadcrumb_view') @stop @section('page-content')
@can('admin.cheques.add') @if(App\Helpers\Helpers::checkAccountLink(array(24,25))) @Lang('admin.add') @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include('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') @Lang('admin.actions')
@stop @section('modal') @include('admin.layout.ajax') @stop @section('css') @stop @section('js') @stop