@extends('layouts.app') @section('title') {{ __('messages.users') }} @endsection @section('page_css') @endsection @section('css') @endsection @section('content')
@include('flash::message')
@include('users.table')
@include('users.create') @include('users.edit') @include('users.templates.action_icons') @endsection @section('page_js') @endsection @section('scripts') @endsection