@extends('plantilla.master') @section('scripts') @endsection @section('title',"Actualizar Empleado") @section('contenido_title',"Empleados") @section('contenido')

Actualizar Empleado "{{$hprealta->dxappat . ' ' . $hprealta->dxapmat . ' ' . $hprealta->dxnombre}}"

{{ csrf_field() }} {{ method_field('PUT') }} @if(Crypt::decrypt(session('tipo'))==0 || Crypt::decrypt(session('tipo'))==1) @endif
@if(Crypt::decrypt(session('tipo'))==0 || Crypt::decrypt(session('tipo'))==1)
@endif
@endsection @section('endscript') @endsection