@extends('layouts.auth') @section('content')
@if ($errors->any())
@endif @if (Auth::user()->is_lender)
Lender Section
@else