@extends('theme2.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '')
@else
@endif
{{ __('User Profile') }}
@endif
{{ csrf_field() }}
@if(Auth::User()->user_img != null || Auth::User()->user_img !='')
@else
@endif
{{ Auth::User()->fname }} {{ Auth::User()->lname }}
{{ __('My Courses') }}
{{ __('My Wishlist') }}
{{ __('Purchase History') }}
{{ __('User Profile') }}
@if(Auth::User()->role == "user")
{{ __('Become An Instructor') }}
@endif
{{ __('My Bank Details') }}
{{ __('2 Factor Auth') }}
{{ __('Verification') }}
{{ __('Verification') }}
{{ __('Document Details')}}:
*
{{ __('Document File')}}:
*
{{ __('Verify') }}
@endsection @section('custom-script') @endsection