@extends('frontEnd.layouts.master') @section('title', 'Sign In') @section('content')

Welcome Back

Sign in to access your account

@csrf
@error('phone') {{ $message }} @enderror
Forgot?
@error('password') {{ $message }} @enderror
OR
@endsection