@extends('layouts.app') @section('title', ucfirst($guard).' sign in') @section('content')

{{ ucfirst($guard) }} sign in

@csrf @if($guard === 'customer') @else@endif @if($guard === 'customer')Forgot password?

New here? Create an account

@endif
@endsection