@extends('site.layouts.app') @section('my-profile-edit') active @endsection @section('content')
@include('site.pages.author.sidebar')
@if(Sentinel::getUser()->profile_image != null) @else @endif
@csrf
@endsection