@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Date Range
{{ csrf_field() }}
Info Outlet
Code {{ $outlet[0]['outlet_code'] }}
Name {{ $outlet[0]['outlet_name'] }}
Address {{ $outlet[0]['outlet_address'] }}
Transaction
{{csrf_field()}}
@if (!empty($transaction)) @foreach($transaction as $value) @endforeach @endif
Date Type Receipt Number User Grand Total Payment Status Action
{{ date('d F Y H:i', strtotime($value['transaction_date'])) }} {{ $value['trasaction_type'] }} {{ $value['transaction_receipt_number'] }} @if(isset($value['user'])){{ $value['user']['name'] }}@endif {{ number_format($value['transaction_grandtotal'], 0, ',', '.') }} {{ $value['transaction_payment_status'] }} Detail
Showing {{$from}} to {{$to}} of {{$total}} entries
@endsection