@extends('layouts/login') {{-- Page title --}} @section('title') {{ trans('login.header-title') }} @stop {{-- Page content --}} @section('content')
@stop