@extends('layouts.master') @section('content')
@include('layouts.page-header') @include('pages.auth.user.delete-modal')
@if ($error ?? false) @endif @if ($success ?? false) @endif
@csrf
@stop @section('footer-scripts') @endsection