@extends((($school_id == 163) ? 'admin::layouts.au_login_master' : 'admin::layouts.master')) @section('page_heading') {{$title}} @endsection @section('body') @if ($mode == 'options')
@else
@if($school_id == 163) @else @endif
@if (isset($errors) && (count($errors) > 0))
Whoops! Something went wrong!  ×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ Form::open(array('url' => 'admin/login', 'method' => 'POST')) }} {{ csrf_field() }} @if($for =="auTeacher")

Login as a teacher

@endif
{!! Captcha::img('flat') !!}
{{ Form::close() }}
@endif @stop