@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.expenses.add',App\Helpers\Helpers::removePermssions()) @if(App\Helpers\Helpers::checkAccountLink(array(12,13))) @Lang('admin.add') @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include('admin.layout.general.search_other')
@include('admin.layout.error')
# @Lang('admin.expense-date') @Lang('admin.expense') @Lang('admin.payment_type') @Lang('admin.total_invoice') @Lang('admin.tax_id') @Lang('admin.tax_per') @Lang('admin.total_invoice_tax') @Lang('admin.image') @Lang('admin.file') @Lang('admin.actions')
@stop @section('modal') @include('admin.layout.ajax') @stop @section('js') @include('admin.layout.general.datatable_other') @stop