@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')
{{ __('Name') }}
|
{{ __('Email') }}
|
{{ __('Status') }}
|
{{ __('Roles') }}
|
{{ __('Action') }}
|
---|