@foreach ($pages as $d)
@if ($d->type == 'privacy')
@endif
@endforeach
@foreach ($pages as $d)
@if ($d->type == 'terms')
@endif
@endforeach
@foreach ($pages as $d)
@if ($d->type == 'cookie')
@endif
@endforeach
@foreach ($pages as $d)
@if ($d->type == 'refund')
@endif
@endforeach