@extends('voyager::master') @section('page_title', 'Privacy Policy') @section('page_header') @stop @section('content') @include('_partials.alerts')
@foreach ($privacyPolicies as $item) @endforeach
S.N. Language Channel Id Web Url Status Actions
{{ $item['id'] }} {{$item['language']}} {{$item['channelId']}} {{$item['webUrl']}} {{$item['isActive'] ? 'Active': 'Inactive'}}
@stop