@extends('parents.layouts.master') @section('title') {{$title}} @stop @section('head') @parent @endsection @section('content')
@if(session('success'))

{{session('success')}}

@endif @if(session('error'))

{{ session('error') }}

@endif

Fee Checkout

{{ csrf_field() }} {{-- --}}
Payment Mode Fee Description Amount(INR) Bank charges Sub Total(INR)
Admission Fee {{$tot_amount}} {{$debit}} {{$tot_amount+$debit}}
Admission Fee {{$tot_amount}} {{$credit}} {{$tot_amount+$credit}}
Admission Fee {{$tot_amount}} {{$hdfc_nb}} {{$tot_amount+$hdfc_nb}}
Admission Fee {{$tot_amount}} {{$netbanking}} {{$tot_amount+$netbanking}}
Admission Fee {{$tot_amount}} {{$incredit}} {{$tot_amount+$incredit}}
{{-- --}}
@endsection @section('footer') @endsection