@extends('cms.layouts.main', ['class' => 'bg-default']) @section('content') @include('cms.layouts.headers.guest')

Login with your credentials

@csrf {{-- Email --}}
@if($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- Password --}}
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if(Session::has('error')) {{ Session::get('error') }} @endif
@endsection