@extends('layouts.default') @push('title', get_phrase('My profile')) @push('meta')@endpush @push('css')@endpush @section('content')
@include('frontend.default.student.left_sidebar')
@if($user_details->role === 'instructor')

{{ get_phrase('PDDikti Information') }}

@endif

{{ get_phrase('Personal Information') }}

@csrf

{{ get_phrase('Change Password') }}

@csrf
@endsection @push('js') @endpush