@extends('dashboard.parent') @section('title', __('pages.users')) @section('page_name', __('pages.users')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
@can('Create-User') {{ __('pages.add_new_user') }} @endcan
@endsection @section('js') @endsection