@extends('layouts.front') @push('css') @endpush @section('title') @endsection @section('content') @includeIf('partials.user.header')
@includeIf('partials.user.sidebar')

@lang('Profile Info')

@csrf @includeIf('includes.flash')
@lang('Upload Photo')
@lang('Upload Breadcumb')

@lang('My Profile')

@lang('My Social Links')

@php echo $gs->copyright; @endphp
@endsection @push('js') @endpush