@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any())
@endif {{-- wizard --}}
Create Your Campaign

@if (!session()->has('selectedDevice'))
Please select a device first
@else
{{-- prev and next button --}}
@endif
{{-- end wizard --}}