@extends('layouts.app') @section('title') {{ __('messages.payment.payments') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message')
@include('payments.templates.templates') @include('payments.show_modal') {{ Form::hidden('paymentURL', url('payments'), ['id' => 'paymentURL']) }} {{ Form::hidden('paymentShowURL', url('payments-show-modal'), ['id' => 'paymentShowURL']) }} {{ Form::hidden('paymentLang',__('messages.delete.payment'), ['id' => 'paymentLang']) }}
@endsection {{-- let paymentUrl = "{{ url('payments') }}";--}} {{-- --}} {{-- --}} {{-- --}}