@extends('layouts.app') @section('title', 'Actualizar Datos') @section('content')
@include('partials.alerts')
@csrf
updated_data ? 'checked' : '' }}> {{-- --}}
@endsection