@extends('admin.layout.base') @section('title', 'Add Provider ') @section('content')
 Add Driver
@if( $services->count() )
{{csrf_field()}} @include('admin.providers._form')
Cancel
@else
Please add a service type first to add a new Driver!
@endif
@endsection