@extends('master') @section('seo_title', 'Login') @section('seo_keywords', '') @section('seo_description', '') @section('content') @include('layout.breadcrumbs', ['page_title' => 'Login']) @lang('messages.JA_TEM_CONTA_FACA_O_LOGIN'): @lang('messages.FAZER_O_LOGIN') @lang('messages.PASSWORD_RECOVERY') @lang('messages.CREATE_AN_ACCOUNT') {{ csrf_field() }} @endsection