@extends('layouts.master') @section('title', 'Tambah Progress - '.$repairJob->job_number) @section('content')

Tambah Progress

{{ $repairJob->job_number }} - {{ $repairJob->device->brand ?? '' }} {{ $repairJob->device->model ?? '' }}
@csrf
@error('activity_description')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
@endsection