@extends('admin.template.master') @section('title')

Shipping Charge all Shipping Charge information

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
ID Name Amount Status Created At Created By Action
@endsection @section('javascripts') @endsection