@extends('merchant.layout') @section('title',__('Payments request')) @section('css') @endsection @section('breadcrump')

{{ __('Payments') }}

@endsection @section('content')

{{__('Payment request')}}

@csrf
@endsection @section('scripts') @endsection