@extends('layouts.app') @push('title') {{ __('Profile') }} @endpush @section('content')

{{ __('Profile') }}

@csrf

{{ __('Personal Info') }}

{{ __('Contact Info') }}

@forelse ($user->institutions as $institute)
@if ($loop->first)

{{ __('Educational Info') }}

@else
@endif
@empty

{{ __('Educational Info') }}

{{ __('No Educational Info Found') }}
@endforelse

{{ __('Educational Info') }}

{{ __('No Educational Info Found') }}

{{ __('Professional Info') }}

{{ __('Address') }}

@endsection @push('script') @endpush