@extends('layouts.master') @section('pages') {{ __('dashboard.home') }} @endsection @section('title') {{ __('dashboard.users') }} @endsection @section('btn') @endsection @section('css') @endsection @section('content')
# {{ __('dashboard.name') }} {{ __('messages.username') }} {{ __('dashboard.action') }}
@endsection @section('js') @endsection