@extends('student.layouts.app') @section('titlePage', 'Update Profile') @section('content')

Update Profile

BACK

@include('common.alert')
@csrf @method('PUT') @if (is_student()) @include('student.profile.form') @else @include('student.profile.form_st_master') @endif
@endsection