@extends('layouts.master') @section('data-sidebar')

Reports

{{$distributor->distributor_name}}

This Month Orders

{{$distributor->MonthOrders ? number_format($distributor->MonthOrders) : 0}}

Total Visits

{{number_format(sizeof($marked_visit))}}

Total Sale

{{number_format($distributor->total_amount)}}

Total Orders

{{number_format(sizeof($orders))}}

Top Product Sales

@foreach ($top_products as $key => $pro) {{$pro->item_name}}{{number_format($percentage)}}%
{{number_format($percentage)}}% Complete (success)
@endforeach
@endsection @section('content')

Distributor Profile

{{$distributor->distributor_poc}}

POC Phone: {{$distributor->distributor_poc_phone}}

CNIC No: {{$distributor->poc_cnic_number}} View

Phone: {{$distributor->distributor_phone}}

Email: {{$distributor->distributor_email}}

Location: {{$distributor->distributor_address}}

Payment Terms: {{$distributor->distributor_payment_type}}

Area: {{$distributor->area_name}}

Region: {{$distributor->region_name}}

{{$distributor->distributor_name}}

Edit Profile
@endsection