@extends('admin.layout.master') @section('title','SHIPPING METHOD') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

Edit Shipping Method

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('price'))

{{ $errors->first('price') }}

@endif
Back
@endsection @section('script') @endsection