@extends('layout/principal') @section('titulo', 'Home') @section('content')
Editar Representante Legal {{-- <- Volver --}}


@if (Session::has('mensaje'))

{{ Session::get('mensaje') }}

@endif @if (Session::has('msj_no_data'))

{{ Session::get('msj_no_data') }}

@endif @if (isset($errors) && $errors->any()) @endif @if (Session::get('success')) @endif @if (Session::get('danger')) @endif @can('SuperAdmin')
@csrf @method('PUT') {{-- --}}
{{--
--}} {{--
--}}
{{--
--}}

Cancelar
@endcan @endsection