@extends('layouts.site') @section('content')
@if(Session::has('message')) @endif
{{--
--}}
@lang('home.filters')
@include('therapists.allTherapists')
Loading...
{{trans('home.classification')}}
@csrf

{{trans('home.available-dates-and-duration')}}

{{trans('home.gender')}}

{{ trans('home.Evaluation') }}

{{trans('home.language')}}

@if($location && $location->countryName == 'Egypt') {{ trans('home.session-cost') }} @else {{ trans('home.session-cost-usd') }} @endif

@if (session('status')) @endif @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection @section('scriptSection') @endsection