@extends('layouts/contentLayoutMaster') @section('title', 'Input') @section('content')
{!! csrf_field() !!} @if($usuarios->rol==2)
rol==1 ) readonly @endif value="{{$usuarios->name}}" id="register-username" type="text" name="name" placeholder="Nombre de la empresa" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->nombre}}" id="register-username" type="text" name="nombre" placeholder="Nombre de su encargado En Reglas" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->ruc}}" id="register-username" type="text" name="ruc" placeholder="Ruc de la Empresa" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->dv}}" id="register-username" type="text" name="dv" placeholder="DV" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->telefono}}" id="register-username" type="text" name="telefono" placeholder="Teléfono" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->fecha_inicio}}" id="register-username" type="date" name="fecha_inicio" placeholder="johndoe" aria-describedby="register-username" autofocus="" tabindex="1" />
rol==1) readonly @endif value="{{$usuarios->ocupacion}}" id="register-username" type="text" />
rol==1) readonly @endif value="@if($usuarios->capacitacion==1)Si @else No @endif" id="register-username" type="text" name="capacitacion" placeholder="Nombre de su encargado En Reglas" aria-describedby="register-username" autofocus="" tabindex="1" />
@else
@endif @if($usuarios->rol==2) @if($user->rol==2)
Ver Aviso Aportado

Ver logo Aportado

@else Ver Aviso Aportado Ver logo Aportado

@endif @endif
@if($user->rol==2 /*|| $usuarios->rol==1*/) @endif @if($user->rol==1 && $usuarios->rol==2) @endif
@endsection @section('page-script') @endsection