@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Edit']) @endsection @section('content')

{{ __('Edit Shipping Method') }}

@csrf @method('PUT')
@endsection @push('js') @endpush