File: /var/www/vhost/disk-apps/demo.sports-crowd.com/resources/views/paymentGateway/edit.blade.php
@extends('modules.head') @section('contenido')
<h3>
<a class="ruta" class="" href="{{ route('paymentGateway.index') }}">{{ __('messages.paymentGateway.title_2') }}
</a>
<span class="separador-ruta">|</span>
<a class="ruta" class="" href="{{ url('/paymentGateway/' . $paymentGateway->id . '/edit') }}">{{ __('messages.paymentGateway.title_10') }}</a>
</h3>
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ __('messages.paymentGateway.title_10') }}</h3>
</div>
<div class="box-body">
<form method="POST" id="form_edit" paymentGateway_id="{{ $paymentGateway->id }}">
@method('PUT')
@include('paymentGateway.form')
@include('layouts.button_edit')
</form>
</div>
</div>
</section>
@endsection