@extends('backend.auth.login.login') @section('title')Login - Terrafirma @endsection @section('style') @endsection @section('login') Login Terrafirma @csrf Remember Me @if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif LOGIN @endsection