@extends('Layouts.authFrontLayout',['classBody'=>" page-template-default page page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Login')}} @endsection @section('content')
{{__('Home')}} / {{__('Login')}}

{{__('Login')}}

{{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}} {{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}}

{{__('Login')}}

@CSRF

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

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

{{__('Forget Password')}} ?

{{__('If You Donot Have A Special Account Here?')}} {{__('Sign Up')}}
@endsection