@extends('admin.layouts.master') @section('title', 'Edit User - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Role') }}


{{ csrf_field() }} {{ method_field('PUT') }}
{{--
--}}


@if(Auth::User()->role=="admin") @endif @if(Auth::User()->role=="instructor") @endif @if(Auth::User()->role=="user") @endif
{{--
--}}


{{--
--}}
{{-- --}}
{{-- --}}

{{--
  • email_verified_at != NULL ? 'checked' : '' }}>
  • --}}
  • status == '1' ? 'checked' : '' }} >
  • featured == '1' ? 'checked' : '' }} >

  • {{ __('adminstaticword.Recommendedsize') }} 625x625


    @if($user->user_img != null || $user->user_img !='')
    User Image
    @else
    User Image
    @endif




    {{ $user->icashpay_token ? '已綁定' : '未綁定' }}
    {{ $user->cathay_card_id ? '已綁定' : '未綁定' }}

    {{--

    {{ __('adminstaticword.SocialProfile') }}



    --}}

    @endsection @section('scripts') {{-- tw-city-selector --}} @endsection