@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 --}}