@extends('lap::layouts.guest') @section('title', 'Login') @section('child-content') @if(config('lap.demo.enabled'))
Currently in demo mode!
Some features are disabled.
@endif
@csrf
@endsection