@extends('layouts.admin') @section('content')

{{ $zone->exists ? 'Edit shipping zone' : 'Create shipping zone' }}

Only needed if delivery pricing or methods change by region. Leave this section alone if you run one store-wide shipping setup.
@if($zone->exists)
@csrf @method('DELETE')
@endif
@csrf @if($zone->exists) @method('PUT') @endif
Zone details
Example: Mainland UK, Highlands & Islands, Northern Ireland.
Auto generates, but can be modified.
Use `GB` for UK shipping.
Leave blank to make the zone apply to the whole country. Use one rule per line for regional matching.
is_active ?? true))>
Back
@endsection