@extends('layouts.layout') @section('title', 'Editar data') @section('content') @csrf @method('PUT') @endsection