@extends('layouts.app') @section('title', 'Edit Buyer Lender Process') {{-- custom css --}} @push('css') @endpush @section('content')

Edit Buyer Lender Process

@method('PUT')
{{-- {{ dd($buyerLender['visited']) }} --}}
@endsection {{-- custom js --}} @push('js') @endpush