@extends('cms.layouts.guest') @section('content')
Logging in...
@if($errors->any())
@endif @php $urlPrefix = strtolower(str_replace("/", "", Request::route()->getPrefix())); @endphp


@endsection