@extends('partials.main') @section('title') {{ 'Driver Login' }} @endsection @section('content')
{{-- --}}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@csrf
{{--
Lost your password?
--}}
{{--
--}}
@endsection