@php $titlePage = __('lang.pending_drivers'); @endphp @extends('dashboard.layouts.master') @section('title') {{ $titlePage }} @stop @section('content')

{{ $titlePage }}

@include('dashboard.drivers.table')
@stop