@extends('layout') @section('actions')
@endsection @section('title') Companies @endsection @section('content')| Company | Domain | Contact | Capacity | Activation Date | Last Deactivation Date | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->domain }}.{{env('DOMAIN')}} | {{ $item->user_name }} | {{ $item->user_email }} | {{ $item->capacity }} | {{ $item->activated_at }} | {{ $item->deactivated_at }} |