@extends('dashboard.app') @section('content')
@foreach ($pages as $d) @if ($d->type == 'privacy')
@csrf
@endif @endforeach
@endsection