@extends('layout') @section('actions')
New Company
@endsection @section('title') Companies @endsection @section('content')
@foreach($companies as $item) @endforeach
Company Domain Contact Email 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 }}
@endsection