@extends('layouts.app') @section('content')
@if (session('status')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Forgot Password?

Enter your email to reset your password.
@error('email') {{ $message }} @enderror
Logo

Fast, Efficient and Productive

In this kind of post, the bloggerintroduces a person they’ve interviewed
and provides some background information about the intervieweeand their
work following this is a transcript of the interview.
@endsection