@extends($_layout.'angular')
@section('css')
@endsection
@section('append')
@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',
'templates' => route($route_name_prefix . '3d.templates') . '/',
],
'data' => [
'template' => $template,
]
];
@endphp
@endsection
@section('js')
@endsection