@extends('pages.admin.layout') @section('css_before') @endsection @section('content')

Delivery Management

Total orders: {{$orders->count()}}

@if(count($excludes) > 0)

Excluding: {{implode(", ", $excludes)}}

@endif
Drivers
@foreach(App\Drivers::get() as $driver) @endforeach
@endsection @section('scripts') @endsection