@extends('layouts.master') @section('content')

Booking vs Execution

Distributor: {{$info->distributor_name}}
Order Booker: {{$info->order_booker_name}}
Route: {{$info->route}}
Date: {{$info->date}}

Booking

Unit Sales

@foreach($secondarySales as $secondarySale)
@endforeach

Execution

Unit Sales

@foreach($secondarySales as $secondarySale)
@endforeach
@endsection