@extends('admin.template.master') @section('title') Shipping Charge all Shipping Charge information Home Shipping Charge @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add Shipping Charge ID Name Amount Status Created At Created By Action @endsection @section('javascripts') @endsection