@extends('layouts.fullLayoutMaster') {{-- title --}} @section('title','Login Page') {{-- page scripts --}} @section('page-styles') @endsection @section('content')

Welcome Back

or login with email
{{-- form --}}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Don't have an account? Sign up
branding logo
@endsection