Profile Information
@if (session('success'))
{{ session('success') }}
@endif
@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') My Profile @endslot @slot('item1') Portal @endslot @slot('item2') Profile @endslot @endcomponent