@extends('layouts.admin.app') @section('title') Batch Tracking @stop @section('main')
Add Batch
@foreach($batches as $batch) @endforeach
Customer Order Batch Added By Actions
{{$batch->customer->first_name.' '.$batch->customer->last_name}} {{$batch->order_no}} {{$batch->batch}} {{$batch->created_at->format('F j, Y h:i A')}} by {{$batch->added_by}}. Edit
@stop @section('footer') @stop