@extends('layouts.default') @section('page_css') @include('includes.portal-css') @stop @section('content')

My Account

Home / My Account

My Account

@csrf @php $name = explode(' ',$user->name) @endphp @include('includes.ajax-call-responce-message-block')
@section('javascript') @include('includes.portal-script') @stop @endsection