@extends('admin/layouts/default') @section('title') Drivers @parent @stop {{-- Page content --}} @section('content')

Drivers

@include('flash::message')

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