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

همه محصولات را کاوش کنید

Image
@php $user=\Illuminate\Support\Facades\Auth::user(); $path=public_path(env('USER_IMAGES_UPLOAD_PATH').$user->avatar); if (file_exists($path) and !is_dir($path)){ $src=asset(env('USER_IMAGES_UPLOAD_PATH').$user->avatar); }else{ $src=asset('/home/images/user.png'); } @endphp
@if(!$user->comment) @endif
@include('home.sections.profile_sidebar')
@endsection