Alumni Profile
Profile Picture
Choose a new avatar to be used in Guildroom
->avatar : url('assets/img/profile.png') }})
@extends('layouts.master') @section('title', 'Edit Profile - Mentor') @section('pagetitle', 'Edit Profile - Mentor') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('mentor.dashboard'), 'title' => __('Home')], ['url' => route('mentor.profile'), 'title' => __('Profile')], ['url' => route('mentor.profile.edit'), 'title' => __('Edit')] ]])
Choose a new avatar to be used in Guildroom