@extends('layouts.tenant.auth') @section('content')
IMG {{-- IMG --}}
@csrf @if ($errors->any()) @endif Login @if (session('success'))
{{ session('success') }}
@endif
Forgot {{-- Username / --}} Password?
Create your Account
@endsection