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

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

@if($method->exists)
@csrf @method('DELETE')
@endif
@csrf @if($method->exists) @method('PUT') @endif
Auto generates, but can be modified.
@php($estimatedDelivery = old('estimated_delivery',$method->estimated_delivery))
supports_tracking ?? true))>
is_active ?? true))>
is_default))>
Back
@endsection