@extends('backend.layouts.layout') @section('content')
@if(get_setting('system_logo_black') != null) @else @endif

{{ translate('Welcome Back !')}}

{{ translate('Login To Your Delivery Boy Account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if (env("DEMO_MODE") == "On")
deliveryboy@example.com 123456
@endif
@endsection @section('script') @endsection