@extends('front.layout.layout') @section('content')

Request For Payment

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@endsection