@extends('website.layout.master') @section('title') Login @endsection @section('content')
Welcome!

Sign in to continue

@csrf @if($errors->any()) @foreach($errors->all() as $error) @endforeach @endif
Forgot Password?

Already have an account ? Sign Up

@endsection @section('script') @endsection