@extends('dashboard.layouts.master') @section('title', __('User')) @section('css') @stop @section('content')
# {{ __('Name') }} {{ __('Phone') }} {{ __('Email') }} {{ __('Status') }} {{ __('Processes') }}
@endsection @section('script') @stop