@extends('layouts.mega.master')
@section('title', 'Edit Profile')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
UserProfile
@endsection
@section('breadcrumb-items')
Profile
Reset Password
@endsection
@section('content')
@include('partial.message')
@endsection
@section('script')
@endsection