@extends('layouts.app') @section('content')

Project List

To search for a completed job; enter a keyword (e.g., last name, address, Job #, etc.) in the box below.

Note: This page displays completed jobs ONLY. To complete a job, use the Job Management tool to update the job.

@foreach($warrantyJobs as $warrantyJob) @endforeach
Job No Office Homeowner Phone Mobile Location Salesperson Completed
{{$warrantyJob->id}} {{$warrantyJob->FirstName}} {{$warrantyJob->LastName}} {{$warrantyJob->Address}} @if($warrantyJob->HomeBuilder) {{$warrantyJob->HomeBuilder}} @endif @if($warrantyJob->SubDivision) {{$warrantyJob->SubDivision}} @endif {{$warrantyJob->LotNumber}} {{$warrantyJob->CompletedDate}}
@include('proedge.modal.project.edit_project') @endsection