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

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

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