@extends('layouts.appmin') @section('tajuk') Senarai Telah Terima Wang Proses @endsection @section('breadcrumb') @endsection @section('content') @if (session('success')) @endif
@foreach($senarais as $senarai) @endforeach
# Tarikh
Mohon
Pemohon Perniagaan Jenis Penjaja Alamat Aktiviti No Bil Proses Status Bayaran  
1. {{$senarai->created_at}} {{stripslashes($senarai->user->name)}}
{{$senarai->user->nokp}}
{{$senarai->syarikat->name}}
{{$senarai->syarikat->nossm}}
{{$senarai->jenis}} {{$senarai->alamat_penjajaan}} @foreach($senarai->bilpelbagais->where('jenis_bil', 'wang proses') as $bil) {{$bil->no_akaun_bilpelbagai}} @if($bil->no_resit != '') ('.$bil->no_resit.')'; ?> @else @endif @endforeach
@endsection @section('js') @endsection