@extends('layouts.app-2') @section('title') Order Progress @endsection @section('content')

Order Progress

DataTable with default features

@foreach ($orders as $order) @endforeach
No Site status
{{++$i}} {{$order->site}}

Complete

@endsection @push('datatables') @endpush