@extends('layouts.app') @section('content') ``` Edit Profile Update your name and profile picture. @csrf @if(auth()->user()->user_image) @else @endif Full Name Update Profile Cancel ``` @endsection
Update your name and profile picture.