@extends('layouts.admin') @section('buttons') @if($id && $url = $record->getDetailUrl(['preview' => true])) Preview @endif @can('update', $record) @endcan @can('delete', $record) @endcan @can('back', $record) Back @endcan @endsection @section('content')
@csrf
@csrf
{{ $config['page_name'] }}
@row([ 'type' => 'textinput', 'has_language' => true, 'field' => 'title', ]) @include('admin.base.status')
@include('admin.base.footer')
@endsection @section('js') @endsection