@extends('layouts.master_app') @section('title') Editar pago @endsection @section('menu_payments', 'here show') @section('css') @endsection @section('content')

Editar Pago

@include('partials.success')
@csrf
$
@endsection @section('js') @endsection