@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Manage Location Product

Location Product Management

@csrf @method('PUT')
@php // Assuming you have the necessary model and connection set up $tbl_product = \App\Models\tbl_product::select('product_title')->get(); @endphp
@error('product_name') {{ $message }} @enderror
{{--
@error('product_name') {{ $message }} @enderror
--}}
@error('short_description') {{ $message }} @enderror
[Location Name - subdomain ]
@error('meta_description') {{ $message }} @enderror
[Location Name - subdomain ]
@error('meta_title') {{ $message }} @enderror
[Location Name - subdomain ]
@error('meta_keywords') {{ $message }} @enderror
[Location Name - subdomain ]
@error('meta_description') {{ $message }} @enderror
[Location Name - subdomain ]

status) == 'active' ? 'checked' : '' }}>
status) == 'inactive' ? 'checked' : '' }}>
@error('status') {{ $message }} @enderror
Upload
@if ($locationproduct->product_image)

Current Image:

Current Image
@endif
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')