@extends('layouts.app') @section('content')

{{ __('Login') }}

@csrf

{{ __('Don\'t have an account?') }} {{ __('Register') }}

@endsection