@extends('frontend::layouts.app') @section('content') @if (!empty($policy)) @foreach ($policy as $pc) {!! $pc['name'] ?? '' !!} @endforeach @foreach ($policy as $item) {!! $item['detail'] ?? '' !!} @if (!empty($list)) @foreach ($list as $l) {{ $l['name'] ?? '' }}(Personal Data protection Policy) @endforeach @endif @livewire('frontend::form.privacy') @endforeach @endif @endsection @section('scripts') @if (!empty($page_init['setting']['recapcha'])) @endif @endsection
{{ $l['name'] ?? '' }}(Personal Data protection Policy)