@extends('plantilla.master') @section('scripts') @endsection @section('title', 'Empleados') @section('contenido_title', 'Empleados') @section('contenido')
@include('plantilla.mensajes')
Empleados Acciones
@if (Crypt::decrypt(session('tipo')) == 0 || Crypt::decrypt(session('tipo')) == 1)
{{ csrf_field() }}
{{ csrf_field() }}
@endif
@if (Crypt::decrypt(session('tipo')) == 0 || Crypt::decrypt(session('tipo')) == 1) @endif @endsection @section('endscript') @if (Crypt::decrypt(session('tipo')) == 0 || Crypt::decrypt(session('tipo')) == 1) @endif @endsection