@extends('admin.layouts.app') @section('title', 'Add Shipping Rate') @section('section')

Shipping Rate Form

Shipping Rate

@csrf
@if(Session::has('msg'))
{{Session::get('msg')}}
@endif
@endsection