@extends('home.layouts.index') @section('title') صفحه ای پروفایل @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@include('home.sections.errors')
@if($user->first_name==null or $user->national_code==null) @include('home.users_profile.complete_info') @else
نظر کلی خود را در مورد عملکرد تیم اوسیانو وارد نمایید.این نظر در صفحه اصلی سایت نمایش داده خواهد شد
@endif
@endsection