@extends('admin.layout.base') @section('title', 'Location ') @section('styles') @endsection @section('content')

Drivers Location

@foreach($providers as $index => $provider) @endforeach
Name
{{ $provider->name }}
Time
@endsection @section('scripts') @endsection