@extends('layouts.app') @section('title', 'Sign in | Homeland News') @section('canonical', route('login')) @section('content')

Sign in

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Create account
@endsection