@extends('layouts.web_app') @section('head') @endsection @section('breadcrumb')
@endsection @section('content')

Pickup History

Name Mobile Number Relationship Pickup Date Assigned Date Order Id
{$product.name$} {$product.phone$} {$product.relation$} {$product.pickup_date$} {$product.updated_at$} {$product.order_id$}
@include('customer.footer') @endsection @section('js') @endsection