@extends('layout.master', ['uid' => $user->_id, 'token' => $user->token_firebase]) @section('page_title', 'Kompaun') @section('sub_page_title', '') @section('name', $user->StaffDetail->full_name) @section('img_profile', $user->StaffDetail->profile_img) @section('content')

Maklumat Terperinci

@if($compound->status == 'Belum Bayar') @if($compound->modul == '04') @elseif($compound->modul == '05') @elseif($compound->modul == '06') @elseif($compound->modul == '07') @endif @elseif($compound->status == 'Berbayar') @endif
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::get('error_msg'))
{!! Session::get('error_msg') !!}
@elseif(Session::get('success_msg'))
{!! Session::get('success_msg') !!}
@endif
@if(empty($role))
Maklumat Kertas Kompaun [ No.Kompaun : {{ $compound->kpd }} | No.Siri : {{ $file->no_siri }} | Modul: -]
@else
Maklumat Kertas Kompaun [ No.Kompaun : {{ $compound->kpd }} | No.Siri : {{ $file->no_siri }} | Modul: {{ $role->name }}]
@endif
Maklumat Kompaun ({{ date('d/m/Y h:i:s a', strtotime($compound->created_at)) }})
Perhatian!! Semua maklumat yang anda kemaskini disini akan direkodkan dalam kertas siasatan dan bukan pada kertas kompaun/pdf
@if($compound->jenis == 'Pelbagai_KT') @include('main-dashboard.compound_detail.part.compound_KT') @elseif($compound->jenis == 'Pelbagai_JPB') @include('main-dashboard.compound_detail.part.compound_JPB') @elseif($compound->jenis == "Parkir") @include('main-dashboard.compound_detail.part.compound_parkir') @endif
@if($compound->modul == '04')
Lampiran PDF (SSM/JPJ)
Tarikh Masa Subjek Kategori Tindakan
Tarikh Masa Subjek Kategori Tindakan
Format PDF sahaja yang diterima

Batal
@endif
@endsection @section('external_js') @parent @endsection