@extends('layouts.app') @section('title', 'New Job') @section('breadcrumb')Jobs New Job@endsection @section('content')
@csrf

Job Information

Site Address

Notes

Cancel

Job Pipeline Stages

@foreach(['Lead' => 'Initial enquiry or lead', 'Consultation' => 'Meeting booked/completed', 'Sold' => 'Job sold, deposit pending', 'Contracts' => 'Contract preparation', 'Check Measure' => 'On-site measurements', 'Processing' => 'In production', 'Delivery' => 'Cabinets delivered', 'Installation' => 'Installation in progress', 'Completion' => 'Final sign-off'] as $stage => $desc)
{{ $stage }}
{{ $desc }}
@endforeach
@endsection