@extends('layouts.master') @section('titulo') Museo @endsection @section('contenido')
Añadir nuevo cuadro
@csrf {{-- TODO: Abrir el formulario e indicar el método POST --}} {{-- TODO: Protección contra CSRF --}}
@php $pintores = \App\Models\Pintor::all() @endphp
{{-- TODO: Cerrar formulario --}}
@endsection