@extends('sales.layout.guest-layout') @section('main')

Customer Stats

@foreach ($customerRelations as $key => $item) @endforeach
S.No Customer Phone Email View Detail History Place Order Status
{{ $key + 1 }} {{ $item->customers->contact_person }} {{ $item->customers->phone }} {{ $item->customers->email }} @if ($item->customers->status)
Active
@else
In Active
@endif
@endsection