@extends('cabMeWebsite.master') @section('content') Terms And Conditions For Driver For Rider @foreach($termsCondition as $key => $termC) {{-- {{$termC->id}}--}} {{$termC->title}} {!! str_replace("\r\n", "", $termC->description) !!} @endforeach