@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.stocktaking.add',App\Helpers\Helpers::removePermssions()) @if(App\Helpers\Helpers::checkAccountLink(array(5,7))) @Lang('admin.add') @else {{ App\Helpers\Helpers::viewAccountLinkMsg() }} @endif @endcan
@include('admin.layout.general.search_other')
@include('admin.layout.error')
@lang('admin.process-no') @lang('admin.date') @lang('admin.close-date') @lang('admin.store-name') @lang( 'admin.actions')
@stop @section('js') @include('admin.layout.general.datatable_other') @stop