@extends('layouts.authorized') @inject('pusdafilconstant', '\App\Util\PusdafilConstant') @section('headerCustom') @php $title = 'Pelaporan Harian Pusdafil'; @endphp @endsection @section('title', $title) @section('cssCustom') @endsection @section('content')
Insert | Update | Koreksi |
---|---|---|
@if (!empty($item['insert']))
{{ $item['insert'] }} @if (!empty($item['submissionIdInsert'])) @endif @else - @endif |
@if (!empty($item['update']))
{{ $item['update'] }} @if (!empty($item['submissionIdUpdate'])) @endif @else - @endif |
@if (!empty($item['koreksi']))
{{ $item['koreksi'] }} @if (!empty($item['submissionIdKoreksi'])) @endif @else - @endif |