@extends('provider.layout.auth') @section('style') @endsection @section('content')

Login Here

{{ csrf_field() }}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Remember Password

Forgot Your Password?

{{ Setting::get('site_title','Unicotaxi') }} needs Partner Like You

Drive with {{ Setting::get('site_title','Unicotaxi') }} and earn great money as an independent contractor. Get paid weekly just for helping our community of riders get rides around town. Be your own boss and get paid in fares for driving on your own schedule.

@endsection @section('scripts') @endsection