@extends('layouts.app') @section('title', 'AltaPas - Alta de Agencia') @section('content') @if(auth()->user()->tipoPersona == 3) @if($data->activo >= 2) @endif @endif @if(auth()->user()->tipoPersona < 3) @if($data->activo > 0) @endif @endif @if(auth()->user()->tipoPersona == 3 & $data->activo > 0) @endif
Alta de Agencias

@if((isset($activo)) and ($activo == 0))
@else @if($errors->any())
@endif @if (session('success'))
@endif

@csrf
@error('nombre') {{ $message }} @enderror
@error('apellido') {{ $message }} @enderror
@error('sexo') {{ $message }} @enderror
@error('nombreComercial') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('telefono') {{ $message }} @enderror
@error('tipoDocumento') {{ $message }} @enderror
@error('numeroDocumento') {{ $message }} @enderror
@error('cuit') {{ $message }} @enderror
@error('calle') {{ $message }} @enderror
@error('numeroCalle') {{ $message }} @enderror
@error('localidad') {{ $message }} @enderror
@error('provincia') {{ $message }} @enderror
@error('cp') {{ $message }} @enderror
@if(isset($idProductor)) @endif @if(auth()->user()->tipoPersona==3)
@error('ejecutivoComercial') {{$message}} @enderror
@error('ordenDist') {{$message}} @enderror
@endif @if ((auth()->user()->tipoPersona == 3) & ($data->activo == 0))
@endif @if ((auth()->user()->tipoPersona == 3))
@else @endif
@if(auth()->user()->tipoPersona == 3)
@endif @if(auth()->user()->tipoPersona == 3) @endif @if(auth()->user()->tipoPersona < 3) @if($data->activo == 0) @endif @if($data->activo > 0 || auth()->user()->tipoPersona != 3)
@endif @endif
@endif @if ((auth()->user()->tipoPersona == 3) & ($data->activo > 0))
@csrf
Modulos PasPortal

@endif
@endsection