@extends('layouts.app') @section('title') Users @endsection @section('content')

Users

@include('users.table')
@endsection