@if(session()->get('success'))
{{ session()->get('success') }}
@endif
@if(!empty($errors->all()))
@foreach($errors->all() as $error)
{{$error }}
@endforeach
@endif
{{-- PWA actions --}}
@if(!isset($pwa->data))
@elseif(isset($pwa->data) && $pwa->status == 0)
@elseif(isset($pwa->data) && $pwa->status == 1)
{{-- PWA app information --}}
@endif