@extends('adminlte::page') @section('title', 'Edit Shop') @section('content_header')

Edit Shop

@endsection @section('content') @if($shop->source === 'field_added')
This shop was added from the field by an enumerator. Fill in the master-list details and mark as verified once reviewed.
Editing this record does not retroactively change any submission data that already stored the shop name as text.
@endif
@csrf @method('PUT')
@error('shop_name')
{{ $message }}
@enderror
@error('retailer_code')
{{ $message }}
@enderror
is_verified))>
Source: {{ $shop->source }}  |  Created: {{ $shop->created_at->format('d M Y') }}
Cancel
@endsection