@extends('layout.master', ['uid' => $user->_id, 'token' => $user->token_firebase]) @section('page_title', 'Kompaun (Kertas Siasatan)') @section('sub_page_title', '') @section('name', $user->StaffDetail->full_name) @section('img_profile', $user->StaffDetail->profile_img) @section('content')
@if(count($errors) > 0)
Haraf Maaf!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Maklumat Terperinci

@if($compound->status == 'Belum Bayar') @if($compound->modul == '02') @else @endif @if($compound->modul == '04') @elseif($compound->modul == '05') @elseif($compound->modul == '06') @elseif($compound->modul == '07') @endif @if($compound->modul == '02') @else @endif @elseif($compound->status == 'Berbayar') @if($compound->modul == '02') @else @endif @endif
@if(empty($role))
Maklumat Garis Masa [ No.Kompaun : {{ $compound->kpd }} | No.Siri : {{ $file->no_siri }} | Modul: -]
@else
Maklumat Garis Masa [ No.Kompaun : {{ $compound->kpd }} | No.Siri : {{ $file->no_siri }} | Modul: {{ $role->name }}]
@endif
@foreach($file->History as $h)
{{ $h->tarikh_kumpulan }}
@foreach($h->SubHistory as $sh) @if($sh->no_siri == $file->no_siri) @endif @endforeach
@endforeach
@endsection @section('external_js') @endsection