@extends('client.layout.master') @section('content') @include('client.layout.navbar')
@if (!auth('borrower')->check() && !auth('lender')->check()) @endif @endsection @push('script') @endpush