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

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

@if ($termsCondtion) {!! clean($termsCondtion->terms_condition) !!} @endif
@endsection