@extends('layout') @section('title','Login') @section('meta:title', 'AccessWorld: Login') @section('meta:description', 'Login to your AccessWorld account or sign up for a new account.') @section('content')
@include('commons.alerts')
{{ csrf_field() }}
@stop