@extends('layouts.app') @section('title', 'Invoice') @section('breadcrumb')
@endsection @section('title-section', 'Invoice') @section('content')| No Invoice | Nomor Penawaran | Nama Customer | Status | Action |
|---|---|---|---|---|
| {{ $row->no_invoice }} | {{ $row->penawaran->nomor_surat }} | {{ $row->nama }} | @if ($row->status == 'BILLING') {{ $row->status }} @endif @if ($row->status == 'PAID') {{ $row->status }} @endif |