@if($message = Session::get('success'))
@endif
@if($message = Session::get('warning'))
Warning!
{{ $message }}
@endif
| No |
No RRCM |
Pemohon |
Status |
Created At |
Action |
@foreach($rrcm as $val)
| {{ ++$i }} |
{{ $val->no_rrcm}} |
{{ ucwords(strtolower($val->name)) }} |
@if($val->status > 1)
{{ $status[intval($val->status)] }}
@else
{{ $status[intval($val->status)] }}
@endif
|
{{ date("d M Y",strtotime($val->created_at)) }} |
@if($val->status == 0)
@elseif($val->status == 1 || $val->status == 2)
@else
@endif
|
@endforeach
| No |
No RRCM |
Pemohon |
Status |
Created At |
Action |