@extends('home.layouts.index') @section('title') صفحه ای پروفایل @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@include('home.sections.errors')
@endsection