@extends('layouts.app') @section('title','Login') @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@endsection