@extends('layouts.user.layout') @section('title') {{ $menus->where('id',16)->first()->navbar }} @endsection @section('user-content')

{{ $menus->where('id',16)->first()->navbar }}

@if ($privacy) {!! clean($privacy->privacy_policy) !!} @endif
@endsection