@extends('admin.template.master') @section('title') Delivery Man all delivery men information Home Delivery Man @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add Delivery Man Name Phone Address Details Created Edited Status Created By Updated By Action @endsection @section('javascripts') @endsection