@extends('layouts.admin') @section('content')
@include('customer.edit')
@if ($user->customerType != 'lead')
@include('customer.delivery-schedule', ['userId' => $user->id])
@include('customer.package-history')
@include('customer.tiffin-history')
@include('customer.order-history')
@include('customer.payment-history')
@endif
@endsection