@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', ]) @row([ 'type' => 'textinput', 'field' => 'url', ]) @row([ 'type' => 'editor', 'field' => 'description', 'has_language' => true, ]) @row([ 'type' => 'image-upload', 'field' => 'image', ]) @row([ 'type' => 'image-upload', 'field' => 'image_list', 'options' => [ 'is_single' => false ] ]) @include('admin.base.status')
@include('admin.base.footer')
@include('admin.base.seo')
@endsection @section('js-before') @parent @endsection