@extends('layouts.admin') @section('content')
TABLA: {{$data->nombre}}
@csrf @method('PUT')
@endsection @section('scripts') @endsection