@extends('layouts.master') @section('title') User Profile @endsection @section('extra-css') @endsection @section('index')

{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ Auth::user()->mobile }}

User Profile

@csrf
@error('name') @enderror
@error('mobile') @enderror
@error('email') @enderror
@error('avatar') @enderror
@endsection