@extends('layouts.admin') @section('title', trans_choice('general.companies', 2)) @permission('create-common-companies') @section('new_button')
@endsection @endpermission @section('content')@sortablelink('name', trans('general.name')) | {{ trans('general.actions') }} | |||||
---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->company_name }} | {{ $item->domain }} | {{ $item->company_email }} | {{ Date::parse($item->created_at)->format($date_format) }} | @if ($item->enabled) {{ trans('general.enabled') }} @else {{ trans('general.disabled') }} @endif |
|