@extends('layouts.app') @section('title', 'Guardar enlace') @section('content')
@csrf @include('enlaces._form')
@endsection