@extends('Layouts.authAdminLayout') @section('title') {{__('Login')}} @endsection @section('content') {{__('Login')}} {{__('Welcome Back Please Login To Your Account')}} @CSRF {{__('Email')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{__('Password')}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{__('Remember Me')}} {{__('Forget Password')}} ? {{__('Sign In')}} @endsection
{{__('Welcome Back Please Login To Your Account')}}