@extends('layouts/fullLayoutMaster') @section('title', __('locale.labels.pay_payment')) @section('content')
{{config('app.name')}}
{{ __('locale.labels.pay_payment') }}
@csrf @foreach($postData as $key => $value) @endforeach
@endsection