@extends('layouts/apply_layout') @section('title') @endsection @section('navContent') @include('partials/_navUmsProfile') @endsection @section('content')
Payment Fee
Payment Details
Name : {{$personalInformation->fullName}} Email : {{$personalInformation->email}}
Phone Number : {{$personalInformation->mobileNo}} Address : {{$personalInformation->presentAddress}}
@php $feeCount = 0; @endphp @foreach($feeInformation as $fee) @php $feeCount+=$fee->amount; @endphp @endforeach
Fee Name Amount
{{$fee->name}} {{number_format($fee->amount,2)}}
Total: {{number_format($feeCount,2)}}
Narration: Payment Details
{{-- --}}
{{csrf_field()}}
{{--
--}}
@endsection