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