@extends('user.user_panal.layouts.main') @section('content')
@csrf
{!! $user->name ?? '' !!}
{!! $user->specialty ?? '' !!}
Account setup
@endsection