@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_add') @stop @section('page-content')

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

@include(config('admin_theme.view_prefix', 'admin.modern').'.layout.error') @include(config('admin_theme.view_prefix', 'admin.modern').'.store.form', [ 'action' => route('store.edit', ['id' => Crypt::encrypt($info->id)]), 'info' => $info, ])
@stop