@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', 'has_language' => true, 'field' => 'sub_title', ]) @row([ 'type' => 'image-upload', 'field' => 'top_image', ]) @row([ 'type' => 'textinput', 'has_language' => true, 'field' => 'top_heading', ]) @row([ 'type' => 'editor', 'field' => 'top_description', 'has_language' => true, ]) @row([ 'type' => 'image-upload', 'field' => 'bottom_image', ]) @row([ 'type' => 'textinput', 'has_language' => true, 'field' => 'bottom_heading', ]) @row([ 'type' => 'editor', 'field' => 'bottom_description', 'has_language' => true, ])
@include('admin.base.footer')
@include('admin.base.seo')
@endsection @section('js') @endsection