@extends('layouts.master') @section('content') @include('components.breadcum')
Login From Here

Enter your credentials to access your account

@csrf @if (session('status'))

{{ session('status') }}

@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (@$settings->enable_product == 1) Register Now @endif
Or
Forgot Password
@endsection