@extends('layouts.backend.master') @section('title', 'Users') @push('styles') @endpush @section('breadcrumbs')

{{ __('Users') }}

@endsection @section('content') @include('backend.super_user.users.create')
# {{ __('Role') }} {{ __('Name') }} {{ __('Email') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush