@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')
Manage Loaction
Home
Manage Loaction
Loaction Management
@csrf
@php // Assuming you have the necessary model and connection set up $countries = \App\Models\Countries::select('name','id')->get(); @endphp
Select Country
Select Country
@foreach ($countries as $data)
name}}> {{$data->name}}
@endforeach
Select State
Select City
Location Name
@error('redirection_url')
{{ $message }}
@enderror
@php // Assuming you have the necessary model and connection set up $tbl_banner = \App\Models\tbl_page::select('pg_name')->get(); @endphp
Select Parent Location
Select Parent Location
@isset($tbl_banner) @foreach ($tbl_banner as $banner)
{{ $banner->pg_name }}
@endforeach @endisset
@error('parent_location')
{{ $message }}
@enderror
Loaction Image
Choose file
Upload
Short Description
@error('short_description')
{{ $message }}
@enderror
Description
@error('description')
{{ $message }}
@enderror
Meta Title
@error('meta_title')
{{ $message }}
@enderror
Meta Keyword
@error('meta_keywords')
{{ $message }}
@enderror
Meta Description
@error('meta_description')
{{ $message }}
@enderror
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')