@extends('../layout/form-layout') @section('form-name', 'Users') @section('form-area')
@csrf
@if(isset($user))
{{$user->name}}
{{$user->user_group_name}}
@endif
User full name
Login Name
Email
Gender
Contact Number 1
Address
Password
Confirm Password
@endsection @if (isset($status_info)) @section('status', $status_info['status'] ) @section('status_button') status=='1') checked @endif > @endsection @section('additional-info') Created By {{ $status_info['created_by'] }} Created Date: {{ $status_info['created_at'] }} @if(isset($status_info['updated_by'])) Updated By: {{ $status_info['updated_by'] }} @endif @if(isset($status_info['updated_by'])) Updated Date: {{ $status_info['updated_at'] }} @endif @endsection @endif @section('script-area') @if(isset($user)) @endif @endsection