@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any()) @endif {{-- wizard --}} @if (!session()->has('selectedDevice'))
{{ __('Please select a device first') }}
@else
@include('theme::ajax.blast.formtext') @include('theme::ajax.blast.formproduct') @include('theme::ajax.blast.formmedia') @include('theme::ajax.blast.formsticker') @include('theme::ajax.blast.formlocation') @include('theme::ajax.blast.formvcard') @include('theme::ajax.blast.formlist') @include('theme::ajax.blast.formbutton')
{{-- end wizard --}} @endif