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