@extends('main') @section('content')
@if(session('message'))
@endif
Change Profile


@csrf @method('PUT')
Change Password


@csrf @method('PUT')
@endsection @section('js') @endsection