@extends('layouts.mula-auth') @section('title', 'Login account') @section('content') @if (Session::has('status'))
{{ session('status') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
This is a secure area. Please confirm your password before continuing.
@csrf
@endsection