{{--
--}}
{{--
--}}
@foreach(config('creators.recovery') as $key => $item) @if ($loop->iteration % 2 !== 0)
@endif @endforeach
@foreach(config('creators.recovery') as $key => $item) @if ($loop->iteration % 2 === 0)
@endif @endforeach
Refresh