@extends("layouts.dashboard") @section("title", "Companies - Dashboard | TechnoBlog") @section("dashboard_content")

List of tags

@foreach ($companies as $company) @endforeach
Name Website E-mail Users Created Date Actions
{{ $company->name }} {{ $company->website }} {{ $company->email }} {{ $company->users->count() }} {{ date('d.m.Y', strtotime($company->created_at)) }}
@endsection