@extends('layouts.app') @section('header') @stop @section('breadcrumb') @stop @section('content')
SISTEM PERMOHONAN PEROLEHAN
{{ csrf_field() }}
@if(count($types) > 0) @endif @if(count($types) > 0) @foreach($types as $key => $type) @endforeach @else @endif
{{ $pagetitle }}
No Tarikh Mohon Dipohon Oleh Pembekal Sub-Peruntukan Keterangan Perolehan Jumlah Perolehan
(RM)
{{ ($key+1) }} {!! ( ($type->submitted_date!='') ? date( 'd/m/Y H:i', strtotime($type->submitted_date)) : date( 'd/m/Y H:i', strtotime($type->created_at))).'
'.(($type->permohonan_no_pesanan!='') ? '('.$type->permohonan_no_pesanan.')' : '').'' !!} {!! (in_array($type->status,['H','G','F','C','M'])) ? '
(Diluluskan Pada: '.date( 'd/m/Y H:i', strtotime($type->completed_date)).')' : '' !!}
{!! $type->pemohon->detail->users_detail_name.' ('.$type->pemohon->detail->users_detail_staffno.')' !!} {!! ($type->supplier_name!='') ? $type->supplier_name : '' !!} {!! ($type->supplier_code!='') ? '
('.$type->supplier_code.')' : '' !!}
{!! ($type->sub_allocation_id!='') ? $type->suballocation->sub_allocation_code : '' !!} {!! ($type->perolehan_tajuk!='') ? $type->perolehan_tajuk : '-' !!} {!! number_format($type->permohonan_final_amount,2) !!}
RM {!! number_format($totalfinalamount,2) !!}
Tiada Rekod Ditemui.
{{-- $types->appends(Request::only('search'))->appends(Request::all())->links() --}}
@section('footer') @stop @endsection