@extends('layouts.light.master')
@section('title', 'Edit Profile')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
UserProfile
@endsection
@section('breadcrumb-items')
Profile
Other Information
@endsection
@section('content')
@endsection
@section('script')
@endsection