@extends('backend.layout') @section('content')

{{$title ?? ''}}

@include('backend.user.table')
@endsection