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