@extends('layouts.app') @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ __('Riwayat Voucher Coin Report') }}
@if($customers_data != null) Nama Customer : {{$customers_data->nama_customer}} @endif
{{-- @if ($customers_data != null)--}} {{--
Nama Customer: {{$customers_data->nama_customer}}
--}} {{-- @endif--}} @if ($customers_data == null) @endif {{-- --}} @php $i = 1; @endphp @foreach($data as $ref) @if ($customers_data == null) @endif {{-- --}} @endforeach
NoNama Customer Nomor MemberVoucher Kode Voucher Waktu MutasiBerlaku HinggaStatus Outlet Sumber Jenis
{{$i++}}{{$ref->nama}} {{$ref->nomor_member}}{{$ref->desc}} {{$ref->code}} {{$ref->waktu}}{{$ref->berlaku}}{{$ref->status}} {{$ref->nama_gerai}} {{$ref->sumber}} {{$ref->type_voucher}}
{{ $data->links() }}
@endsection @section('js') @endsection