@extends('layouts.admin.app') @section('page-title') {{ __('Users') }} @endsection @section('page-nav-title')

{{ __('Users') }}

@endsection @section('content') @include('includes.dialog')
{{ __('ID') }} {{ __('Name') }} {{ __('Phone Number') }} {{ __('Status') }}
@endsection @section('scripts') @endsection