@extends('layouts.app') @section('title', 'Deleted Orders') @section('content') {{-- @if (auth()->user()->user_type_id == 1) --}}
Deleted Orders
@if (auth()->user()->user_type_id == 1) @endif
SI.No. Vendor Name Lender Name Order ID Property Address Application No# Loan Number Borrower/Business Name Service Requests Amount Status Created Updated Re-open
{{-- @else @include('error'); @endif --}} @endsection @section('page_css') @endsection @section('page_script') @endsection