/home/techb158/ileadtechnology.com/resources/views/front/user_profile
NameSizeModeActions
profile.blade.php189990644editdlrm
user_bank.blade.php176410644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/front/user_profile/profile.blade.php (18999B)
@extends('theme.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message') @if ($errors->any())
@endif

{{ __('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') }}



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