@extends('layouts.app') @section('title', 'New Completion') @section('breadcrumb')Completion New@endsection @section('content')
@csrf @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif

Completion Record

A standard handover checklist of 10 items will be automatically created. The job stage will advance to Completion.

Cancel
@endsection