@extends('frontend.layouts.app') @section('title') Login @stop @section('content')
@if ($errors->has('loginError')) @endif @if ($errors->has('activationError')) @endif
@stop @push('scripts') @endpush