@extends('provider.layout.app') @section('content') @if(\Auth::user()->fleet!=0) @if($providerservice==0)
Select Vehicle
@foreach($providerfleet as $index => $vehicle) @endforeach
Id
Model
Vehicle No.
Service Type
Action
{{$index + 1}}
{{$vehicle->vehicle_model}}
{{$vehicle->vehicle_number}}
{{@$vehicle->service->name}}
Select
@else
Drive Now
@if(Auth::user()->status!='approved')
×
You account has not been approved for driving and Upload your Documents
Upload Documents
@endif
@endif @else
Drive Now
@if(Auth::user()->status!='approved')
×
You account has not been approved for driving and Upload your Documents
Upload Documents
@endif
@endif @endsection @section('scripts') @endsection