@extends('app-new') @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
@if ($policies->count()) @foreach ($policies as $key => $policy) @include('privacy-policy.row', ['key' => $key, 'policy' => $policy]) @endforeach @else @include('privacy-policy.row', ['key' => 0, 'policy' => null]) @endif
@endsection @push('footer-script') @endpush