@extends('titan::layouts.website') @section('content')
@include('titan::website.partials.page_header')
@include('titan::website.partials.breadcrumb')

{!! user()->fullname !!}

My Profile

Update my personal information

@include('titan::website.partials.page_side')
@endsection