@extends($_layout.'angular') @section('css') @endsection @section('append')
{{$item->name}}
@endsection @section('config') @php $config = [ 'key' => uniqid(), 'csrf' => csrf_token(), 'urls' => [ 'base' => route($route_name_prefix . '3d.api.base') . '/', 'logo_url' => siteinfo('fe_logo'), 'logo_link' => '/admin', 'items' => route($route_name_prefix . '3d.items.root') . '/', ], 'data' => [ 'item' => $item, ] ]; @endphp @endsection @section('js') @endsection