@if($category !== null) @if($category->testmonials->count() > 0)
اراء العملاء
@foreach($category->testmonials as $test_monial)
{{ @$test_monial->title }}
{{ @$test_monial->content }}
@endforeach
@endif @endif