@extends('inventory.layout') @section('title', 'Users') @section('content') @push('head') @endpush
{{ __('Advocate Name')}} | {{ __('Email')}} | {{ __('Is Admin')}} | {{ __('Action')}} |
---|---|---|---|
{{ isset($user->name) ? $user->name :'' }} | {{ isset($user->email) ? $user->email :'' }} | {{ isset($user->post_id) ? $user->post_id :'' }} |