@extends('frontend.layouts.app') @section('title', 'Login') @section('content')

Welcome Back

Login to your account

@if($errors->any())
@foreach($errors->all() as $e)

{{ $e }}

@endforeach
@endif
@csrf

Don't have an account? Register

@endsection