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

Primary Orders

@foreach ($orders as $data) @endforeach
Date Distributor Amount Action
{{$data->date}} {{$data->distributor}} {{number_format($data->order_total)}} Edit
@endsection