@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')} }}

@include(config('admin_theme.view_prefix', 'admin.modern').'.layout.error')
@Lang('admin.pos-type')
@can('admin.projects.view')
@Lang('admin.projects_view')
@endcan
@Lang('admin.admin_template')
@php($selectedAdminTemplate = old('admin_template', $info->admin_template ?? config('admin_theme.active', 'modern')))
@can('admin.inventory.show')
@Lang('admin.inventory_type')
@endcan @can('admin.inventory_method.show')
@Lang('admin.inventory_method')
@endcan
{{ csrf_field() }}
@stop