@extends('layout_dashboard') @section('title', $title ?? '') @section('content')
@foreach ( $psychologists as $p)
{{ $p->type }} Tersedia

{{ $p->user->name }}

{{ $p->session ?? 0 }} + Sesi
100% Terbantu ({{ $p->review ?? 0 }} Ulasan)
{{ $p->experience ?? '-' }}
@endforeach
{{ $psychologists->appends(request()->input())->links('pagination::bootstrap-5') }}
@endsection @section('css') @endsection @section('js') @endsection