@extends('theme.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message')

{{ __('frontstaticword.UserProfile') }}

{{ csrf_field() }} {{ method_field('PUT') }}
@if(Auth::User()->user_img != null || Auth::User()->user_img !='')
@else
@endif
{{ Auth::User()->fname }} {{ Auth::User()->lname }}
{{ __('frontstaticword.PersonalInfo') }}

gender == 'm' ? 'checked' : '' }}> {{ __('frontstaticword.Male') }}
gender == 'f' ? 'checked' : '' }}> {{ __('frontstaticword.Female') }}
gender == 'o' ? 'checked' : '' }}> {{ __('frontstaticword.Other') }}



@endsection @section('custom-script') @endsection