@extends('admin.template.master') @section('title') Shipping Type Home Shipping Type @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List ID Name Rate Status Created At Edited At Action @endsection @section('javascripts') @endsection