@extends('layouts.master') @section('title') Edit User - {{ $user->name }} @endsection @section('content')
{{ $user->created_at->format('M d, Y H:i') }}
{{ $user->updated_at->format('M d, Y H:i') }}
{{ $outlet->outlet_name }}
Are you sure you want to delete user {{ $user->name }}?
This action cannot be undone. The user will be permanently removed from the system.