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

@if($user->Role->id!=3) درخواست @else ویراش @endifاکانت حقوقی

@endif
@endsection