@extends('layouts.app') @section('content')
```

Edit Profile

Update your name and profile picture.

@csrf
@if(auth()->user()->user_image) @else @endif
Cancel
```
@endsection