@extends('admin.layouts.app') @section('title') Users @endsection @section('css') @endsection @section('contents')
S/N | Name | Projects(s) | Action | ||
---|---|---|---|---|---|
{{ $i++ }} | {{ $user->name }} | {{ $user->email }} | {{ $user->projects->count() ?? 0 }} @if($user->projects->count() > 0) More.. @endif | {{----}}
{{-- @if($user->projects !== null)--}}
{{--
| --}}
Invoices Edit @if($user->status === 'active') Deactivate @else Activate @endif |