@if (Session::get('message'))

{{ Session::get('message') }}

@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif

Filters

{{-- @if($currentStep > 1) @endif @if($currentStep < 3 && $currentStep > 1) @endif @if($currentStep == 1) @endif --}}