@extends('layouts.app') @section('title','My Profile') @section('breadcrumb')@endsection @section('content')
Profile Information
@csrf @method('PUT')

@endsection