@extends('layouts.app') @section('title', ($isNew?'New ':'Edit ').'Subcontractor Claim') @section('crumbs', 'Sub Claims · '.($isNew?'New':'Edit').'') @section('content')

{{ $isNew?'New':'Edit' }} subcontractor claim

{{ $docNo }}
@csrf @if(!$isNew)@method('PUT')@endif
Retention & 7.5% WHT auto-computed on save.
Cancel
@endsection