@extends('layouts.app') @section('css') @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('danger'))
{{ $message }}
@endif
{{ __('Riwayat Extend') }}
@if ($customers_data != null)
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
No Nomor DokumenNomor MemberNomor Transaksi Tanggal Extend Nominal Aksi
{{$i++}} {{$ref->doc}}{{$ref->member}}{{$ref->no_transaksi}} {{$ref->tgl_extend}} {{'Rp '. number_format($ref->nominal, 0, ',', '.')}}
{{ $data->links() }}
@endsection @section('js') @endsection