@extends('layouts.account') @section('page-title', 'Profile') @section('css') @endsection @section('content')
Personal Information
@csrf @method('PATCH') @foreach($user as $row)

{{$row->name}}

{{$row->profile->gender ?? ''}}

@endforeach
@foreach($user as $row)
{{-- --}}
{{--
--}} {{-- @php--}} {{-- $date = explode("/",$row->profile->age??'/');--}} {{-- @endphp--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@php $date = explode("/",$row->profile->age??'/'); @endphp
@endforeach
PROFILE QUESTIONS
@csrf @method('PATCH')
@foreach($qst as $row)
{{-- --}}
@endforeach
@endsection @section('js') @endsection