@extends('layouts.app') @section('title', 'New Job') @section('breadcrumb')Jobs New Job@endsection @section('content') @if($fromLead ?? null)
Converting lead {{ $fromLead->lead_number }}{{ $fromLead->contact?->full_name }}. Fields have been pre-filled from the lead. Review and complete the form below.
@endif
@csrf @if($fromLead ?? null) @endif

Job Information

@php $_preselected = old('project_type', is_array($fromLead?->project_type) ? $fromLead->project_type : ($fromLead?->project_type ? [$fromLead->project_type] : [])); @endphp
@foreach(['kitchen'=>'Kitchen','bathroom'=>'Bathroom','laundry'=>'Laundry','wardrobe'=>'Wardrobe','other'=>'Other'] as $val => $label) @endforeach

Site Address

Notes

Cancel
@endsection