@extends('admin.layout.app') @section('body')

My Profile

@if (session('msg'))
{{ session('msg') }}
@endif @if ($errors->any())
@endif
Profile Info
@csrf
Change Password
@csrf
@endsection