@extends('adminlte::page') @section('title', 'Vigencias') @section('content_header')

Vigencias

@stop @section('content')

Editar Vigencia

@csrf @method('PUT')
{{-- --}}
@endforeach
@stop @section('css') @stop @section('js') @stop