@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
@include('backend.partials.user_navbar')
{{ _trans('common.Name') }} {{ _trans('common.Email') }} {{ _trans('common.Phone') }} {{ _trans('common.Designation') }} {{ _trans('common.Department') }} {{ _trans('common.Role') }} {{ _trans('common.Status') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection