@extends('frame') @section('title') blikk :: login @stop @section('css') @stop @section('content')

{{ trans('auth.unexpected') }}

@if ($errors->any()) @foreach ($errors->getMessages() as $err => $errtxt) @if ($err == 'tokenmismatch')

{{ trans('auth.reload') }}

@else

{!! trans('auth.unknown') !!}

@endif @endforeach @endif

{{ trans('auth.login') }}

{{ trans('auth.forgot') }}

{{ trans('auth.newregister') }}
@stop