@extends('layouts.app') @section('content')
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Finance
@csrf
Payment

Date

Amount


@foreach($payment2 as $value)
{{$value->created_at}}

Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/add_payment.blade.php on line 71

Notice: Trying to get property 'amount' of non-object in /home/cp136264/public_html/gha/resources/views/add_payment.blade.php on line 71
{{$value->amount}}
@endforeach


Total Payment

0


@endsection