@extends("layouts.app") @section('pageTitle', 'Editar propietario') @section('content')
@if ($owner->status == 2) @can('satellite-owner-disable')

Propietario Vetado

@csrf
@endcan @endif
Editar Propietario {{ $owner->owner }}
@if ($owner->status == 1)
@endif
Datos Personales Forma de Pago @can('satellite-owner-percent') Porcentajes @endcan Estado de Cuenta @can('satellite-owner-api') @if (tenant('is_central_tenant')) Api @endif @endcan
@endsection @push('scripts') @endpush