@extends('layouts.backend.app') @section('title', 'Tap Payment') @section('head') @include('layouts.backend.partials.headersection',['title'=>'Tap Payment']) @endsection @section('content')
@csrf
{{ __('Success! Your token generated!') }}
@endsection @push('js') @endpush