@extends('layouts.vuexy') @section('title', 'Nueva campaña — Contenido') @section('content') @include('campaigns.partials._wizard-steps', ['step' => 1]) @if ($errors->any())
{{ $errors->first() }}
@endif
1. Elige un restaurante
2. Elige la foto y el texto del anuncio
@endsection @push('scripts') @endpush