@extends('template.layout') @section('style') @endsection @section('content')
@if ($errors->any()) @endif {{-- execption error --}} @if (session('error')) @endif
@csrf
Invoice Payment
Back
@csrf
{{-- --}}
Payment Data
@foreach ($invoice->payment as $payment) @endforeach
# Date Type Amount
$loop->iteration {{ $payment->date }} {{ $payment->type }} {{ number_format($payment->amount, 2) }}
Invoice Data
@endsection @section('script') @endsection