@extends('dashboard.layouts.master') @section('title', 'Login') @section('content')

Welcome back!

Sign in to your account to continue

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
Don't have an account? Sign up here
--}}
{{--
Forgot your Password? Reset it here
--}}
@endsection