@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'=>'indexPaymentUrl','class'=>'paymentUrl'])}}
{{ Form::hidden('payments.show.modal', url('payments-show-modal'), ['id' => 'paymentShowModal']) }}
{{ Form::hidden('payment', __('messages.payment.payment'), ['id' => 'Payment']) }}
@endsection
@section('page_scripts')
{{-- assets/js/moment.min.js --}}
@endsection
@section('scripts')
{{-- assets/js/custom/input_price_format.js --}}
{{-- assets/js/payments/payments.js --}}
@endsection