@extends('theme.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message') {{ __('frontstaticword.UserProfile') }} {{ csrf_field() }} {{ method_field('PUT') }} @if(Auth::User()->role == 'user') @if(!empty($orders->institutedata)) @if ($orders->institutedata->user_img != null || $orders->institutedata->user_img != '') @else @endif @endif @else @if (Auth::User()->user_img != null || Auth::User()->user_img != '') @else @endif @endif @if(!empty($orders->institutedata)) {{$orders->institutedata->fname}} {{ $orders->institutedata->lname }} @endif {{ Auth::User()->fname }} {{ Auth::User()->lname }} @if (Auth::User()->role == 'user') {{ __('frontstaticword.MyCourses') }} Institute Meterials {{ __('frontstaticword.MyWishlist') }} {{ __('frontstaticword.PurchaseHistory') }} {{ __('Cart') }} {{ __("Institute's Assign Cource") }} {{ __('User Fevourite Question') }} @endif @if (Auth::User()->role == 'institute') Dashboard {{ __('frontstaticword.MyCourses') }} Meterials Questions Quiz Topics {{ __('Student Perfomace') }} {{ __('frontstaticword.UserProfile') }} {{ __('Help And Support') }} @endif @if (Auth::User()->role != 'institute') {{ __('frontstaticword.UserProfile') }} {{ __('Help And Support') }} @endif @if (Auth::User()->role == 'user') {{ __('frontstaticword.BecomeAnInstructor') }} {{ __('frontstaticword.MyBankDetails') }} {{ __('frontstaticword.2FactorAuth') }} @endif @if (Auth::User()->role == 'staff') All Leads My Refer Users @endif {{ __('frontstaticword.PersonalInfo') }} @if (Auth::User()->role == 'staff') My Refer Code : EP0{{ $orders->id }} @endif @if (Auth::User()->role == 'user') Referral Code @if ($orders->referral_user_id > 0) @else @endif @endif {{ __('frontstaticword.FirstName') }} {{ __('frontstaticword.Email') }} {{ __('frontstaticword.LastName') }} {{ __('frontstaticword.Mobile') }} @if (Auth::User()->role != 'staff') {{ __('frontstaticword.address') }} {{ $orders->address }} {{ __('frontstaticword.Country') }}: {{ __('frontstaticword.SelectanOption') }} @foreach ($countries as $coun) country_id == $coun->country_id ? 'selected' : '' }}> {{ $coun->nicename }} @endforeach {{ __('frontstaticword.State') }}: {{ __('frontstaticword.SelectanOption') }} @foreach ($states as $s) state_id == $s->id ? 'selected' : '' }}> {{ $s->name }} @endforeach {{ __('frontstaticword.City') }}: {{ __('frontstaticword.SelectanOption') }} @foreach ($cities as $c) city_id == $c->id ? 'selected' : '' }}> {{ $c->name }} @endforeach {{ __('frontstaticword.AuthorBio') }} {{ $orders->detail }} @endif {{ __('frontstaticword.UpdatePassword') }}: {{ __('frontstaticword.Password') }}: {{ __('frontstaticword.ConfirmPassword') }}: @if (Auth::User()->role != 'staff' && Auth::User()->role != 'institute') {{ __('frontstaticword.SocialProfile') }} {{ __('frontstaticword.FacebookUrl') }} {{ __('frontstaticword.YoutubeUrl') }} {{ __('frontstaticword.TwitterUrl') }} {{ __('frontstaticword.LinkedInUrl') }} @endif {{ __('frontstaticword.UpdateProfile') }} @endsection @section('custom-script') @endsection