@extends('home.layouts.index') @section('title') صفحه ای سفارشات @endsection @section('style') @endsection @section('content')
@include('home.sections.profile_sidebar')
@if($user->name==null)
برای فعال شدن منو ها از قسمت پروفایل اطلاعات خود را تکمیل نمایید
@else
@include('admin.sections.errors')
@csrf
بازگشت
@endif
@endsection