@extends('layouts.master')
@section('title', 'Edit Profile - '. ucfirst($role_name))
@section('pagetitle', 'Edit Profile - '. ucfirst($role_name))
@section('content')
@include('layouts.partials.breadcrumbs', ['breadcrumbs' => [
['url' => route('dashboard'), 'title' => __('Home')],
['url' => route('profile.view'), 'title' => __('Profile')],
['url' => route('profile.edit'), 'title' => __('Edit')]
]])
@include('layouts.partials.messages')
Edit Profile
Profile Picture
Choose a new avatar to be used in Guildroom
Parent/Guardian
add
Guidance Counsellor
add
Guidance Counsellor
close
Password
add
@endsection
@section('scripts')
@endsection