@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' => 'textarea', 'field' => 'description', 'has_language' => true, ]) @row([ 'type' => 'textinput', 'field' => 'whatsapp', ]) @row([ 'type' => 'textinput', 'field' => 'email', 'options' => [ 'input_type' => 'email' ] ])
@include('admin.base.footer')
@include('admin.base.seo')
@endsection @section('js') @endsection