@if (session()->has('success'))

Success!

{{ session('success') }}

@endif @if (session()->has('error'))

Error!

{{ session('error') }}

@endif
{{-- --}}
{{-- --}} {{--
Create flows
--}} {{--
Load data
--}}
{{-- --}} {{-- --}} {{-- --}} @foreach ($flows as $flow) {{-- --}} {{-- --}} {{-- --}} @endforeach
{{-- Reusable Delete Confirmation Modal (Alpine.js - Secure) --}} @if ($showLoading) @include('components.loading') @endif