@extends('adminlte::page')
@section('title', 'Editar Configuración de Parámetro')
@section('content_header')
Editar Parámetro
@stop
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop