@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}} @if ($order->status == 5)

On Progress

@endif @if ($order->status == 202)

Pending

@endif
@endsection @push('datatables') @endpush