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

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

@can('admin.stocktaking.add',App\Helpers\Helpers::removePermssions()) @if(App\Helpers\Helpers::checkAccountLink(array(5,7))) @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include(config('admin_theme.view_prefix', 'admin.modern').'.layout.general.search_other') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.error')
@lang('admin.process-no') @lang('admin.date') @lang('admin.close-date') @lang('admin.store-name') @lang( 'admin.actions')
@stop @section('modal') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.ajax') @stop @section('js') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.general.addModal') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.general.datatable_other') @stop