@extends('layouts.app') @section('styles') @endsection @section('content')

{{ $sessionname }}

{{ __('Profile adjustment') }}
{{ csrf_field() }}
{{ __('Change your ideal profile') }}

{{ __('If you want to make changes to the profile of your ideal candidate, move the sliders in the desired direction. Press Save to store these changes.') }}

@endsection @push('scripts') @endpush