@extends('layouts.app') @section('content')

Update Inspection Invoice


@if($invoice->delivered == 0)

@endif
Update Details and Status:

@if($invoice->collected != 1)
{{ csrf_field() }} @if($invoice->delivered == 0)
@if($invoice->deliveryperson_id == 0) @else
@endif
@endif @if($invoice->delivered == 1 && $invoice->Collected == 0)
@if($invoice->collecter_id == 0) @else
@endif
@endif
@else
Already Collected!

@endif
@endsection