@extends('admin.layouts.app') @section('title', __('Users') ) @section('content') @if ($errors->any())
@endif
@csrf @method('PUT')
{{ __("Created.") }} {{ $user->created_at }}
{{ __("Action Status") }}
status == 'ENABLE' ? 'checked' : null }}>
@endsection