@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' => 'address', 'has_language' => true, ]) @row([ 'type' => 'textinput', 'has_language' => true, 'field' => 'contact_person', ]) @row([ 'type' => 'textinput', 'field' => 'whatsapp', ]) @row([ 'type' => 'textinput', 'field' => 'email', 'options' => [ 'input_type' => 'email' ] ]) @row([ 'type' => 'image-upload', 'field' => 'marker_icon', ]) @include('admin.base.status')
@include('admin.base.footer')
@endsection @section('js') @endsection