@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content')

{{ _trans('payment.Payment Details') }}

@if (Session::has('success'))
×

{{ Session::get('success') }}

@endif
@csrf
{{ _trans('common.Please correct the errors and try again.') }}
@endsection @section('scripts') @endsection