@extends('frontend.layouts.main2') {{ translate('Humsafar - Description') }} @section('content')
system_logo banner image @auth

{{ Auth::user()->name }} | Logout

@else

{{ translate('Do you have an account?') }}{{ translate('Log in') }}

@endauth
03

{{ $registrations->description }}

@csrf
{{ translate('About Me') }}*
100 characters are allowed.
{{ translate('Hobby & Interessed') }}
@if ($sports->status == 1)
{{ translate('Sports') }} *
@error('sport_id')
{{ $message }}
@enderror
@endif @if ($reading->status == 1)
{{ translate('Reading') }} *
@endif @if ($music->status == 1)
{{ translate('Music') }} *
@error('music_id')
{{ $message }}
@enderror
@endif @if ($tv_shows->status == 1)
{{ translate('Tv Shows') }} *
@endif @if ($kitchen->status == 1)
{{ translate('Kitchen') }} *
@endif
{{ translate('Back') }}
@endsection