@extends('Core.Admin.Http.Views.layout', [ 'title' => __('admin.title', ['name' => __($title)]), ]) @if ($stylesPath) @push('header') @at($stylesPath) @endpush @endif @push('content')

@t($header)

@t($description)

@if ($withAddBtn)
@t('def.add')
@endif
{!! $content !!} @endpush @if ($scriptsPath) @push('footer') @at($scriptsPath) @endpush @endif