@extends('admin.layouts.app') @section('title', 'My Profile') @section('page_title', 'My Profile') @section('content')
Update Profile
@csrf @method('PUT')
@if($user->profile_picture) Profile @else @endif

Change Password (optional)
@endsection