@section('title', 'Login') @extends('layouts.app') @section('content')
{{-- Metariom--}}

{{ config('logos_and_icons.name') }}

@if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Login to your account


@csrf
@endsection