@php $title = $blade_data['title']; $routeLink = $blade_data['routeLink']; $countryArr = $form_data->country ? explode(',', $form_data->country) : []; @endphp @extends('admin.layouts.app') @section('page-title', $title) @section('breadcrumb') @endsection @section('content')
@csrf
@error('name') {{ $message }} @enderror
Back
@endsection @push('scripts') @endpush