@extends('plantilla.main') @section('scripts') @endsection @section('title',"Régimen Empleados") @section('contenido_title',"Catálogo de Régimen Empleados") @section('contenido') Agregar un nuevo regimen @include('plantilla.mensajes')
@foreach ($regimen as $reg) @endforeach
Régimen de Empleados
{{$reg->DXTIPOREGIMEN}}
@endsection @section('endscript') @endsection