@extends('sales.layout.master') @section('page_title', 'Subscription Form List') @section('subpage', 'Graph & Summary Report') @section('img_profile', asset($user->StaffDetail->user_pic)) @section('login_name', $user->StaffDetail->name ) @section('last_login', $user->last_login_at ) @section('content')
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::get('error_msg'))

{{ session('error_msg') }}

@elseif(Session::get('success_msg'))

{{ session('success_msg') }}

@endif
Update Your Profile


** Your image picture must be size 128x128 **
 
 
 
 
 
 

** Your new password must at least 8 characters **
@endsection @section('external_js') @endsection