@extends('layouts.simple') @section('styles') @endsection @section('scripts') @endsection @section('content')
ACTUALIZAR {{$articulo->nombre}}
@csrf @method('PUT')
@endsection