@extends('../layout/' . $layout) @section('subhead') @endsection @section('subcontent') @php $currency = DB::table('systemflag') ->where('name', 'Currency') ->select('value') ->first(); @endphp

Astrologer Details

@foreach ($result as $astrologerDetail)
@if (Request::segment(2)) Astrologer image @else Astrologer image @endif
{{ $astrologerDetail->name ? $astrologerDetail->name : '--' }}
{{ $astrologerDetail->contactNo ? $astrologerDetail->contactNo : '--' }}
Contact Details
{{ $astrologerDetail->email ? $astrologerDetail->email : '--' }}
Details
Total Order: {{ $astrologerDetail->totalOrder ? $astrologerDetail->totalOrder : '--' }} Order
Followers : {{ $astrologerDetail->totalFollower ? $astrologerDetail->totalFollower : '--' }} Follower
Total Chat Min: {{ $astrologerDetail->chatMin ? $astrologerDetail->chatMin : '--' }} Minutes
Total Call Min: {{ $astrologerDetail->callMin ? $astrologerDetail->callMin : '--' }} Minutes
@endforeach @endsection @section('script') @endsection