@extends('website.layouts.master') @section('title', __('tr.Fees Payment')) @section('content') @include('website.layouts.title', ['simple'=>true])
@lang('tr.Payment Details')
@foreach($data as $key => $value) @endforeach
{{ $key }} {{ $value }}
@endsection @section('pagejs') @endsection