11 lines
155 B
PHP
11 lines
155 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
User - Delete
|
|
@endsection
|
|
|
|
@section("content")
|
|
Delete
|
|
@endsection
|