@extends('layouts.app') @section('content')
Go Back

User Detail

@method('PUT') @csrf

{{ $user->name??'-' }}

{{ $user->username??'-' }}

{{ $user->email??'-' }}

{{ $user->contact_number??'-' }}

is_active == 1) ? 'checked' : '' }}>
is_active == 0) ? 'checked' :'' }}>
@endsection @section('afterScript') @endsection