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

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

@stop @section('page-content') @include(config('admin_theme.view_prefix', 'admin').'.layout.error')
@Lang('admin.cancel') {{ csrf_field() }}
@stop @section('js') @stop