@extends('frontend.layouts_finance.master') {{-- sweet alert --}} @section('content')

DATA AR OPEN

{{-- notifikasi form validasi --}} @if($errors->has('file')) {{ $errors->first('file')}} @endif {{-- notifikasi sukses --}} @if($sukses = Session::get('sukses'))
{{$sukses}}
@endif AR Export {{-- Import Excel --}} @php $i=1 @endphp @foreach($data as $s) @endforeach
No Accountnum Name Invoice Amount DueDate RealDueDate
{{ $i++ }} {{ $s->accountnum}} {{ $s->name}} {{ $s->invoice}} Rp {{ number_format(floatval($s->amount)) }} {{ $s->duedate}} {{ $s->realduedate}}
@endsection