@extends('admin.template') @section('content')

Editar Opción

@method('PATCH') @csrf @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
authenticate == '1' ? 'checked' : '' }}>
@endsection