@extends('layouts.frontend') @section('content')
@if(isset($clientobjectionhandlings)) @php $count = 0; @endphp @foreach($clientobjectionhandlings as $clientobjectionhandling)

{{$clientobjectionhandling->title}}

  • {{$clientobjectionhandling->view_count}}
  • {{$clientobjectionhandling->like_count}}
@php $count++; @endphp @endforeach @endif
Back to IFA Tools

Have a Client Objection? - Ask Brijesh

Quick Links

@endsection @section("js_after") @endsection