@extends('frontend.layout.master') @section('content') @if (authcheck()) @php $userId = authcheck()['id']; $astrologerId = request()->query('astrologerId'); @endphp @endif

Chat

Sharon Lessman
{{ $getAstrologer['recordList'][0]['name'] }}
@endsection @section('scripts') @endsection