{{ trans('app.logo') }}
@if ($manufacturer->country_id) @endif
{{ trans('app.name') }}: {{ $manufacturer->name }}
{{ trans('app.country') }}: {{ $manufacturer->country->name }}
{{ trans('app.status') }}: {{ $manufacturer->active ? trans('app.active') : trans('app.inactive') }}
{{ trans('app.available_from') }}: {{ $manufacturer->created_at->toFormattedDateString() }}
{{ trans('app.updated_at') }}: {{ $manufacturer->updated_at->toDayDateTimeString() }}
  • {{ trans('app.description') }}
  • {{ trans('app.contact') }}
{!! $manufacturer->description ?? trans('app.description_not_available') !!}
@if ($manufacturer->email) @endif @if ($manufacturer->phone) @endif
{{ trans('app.email') }}: {{ $manufacturer->email }}
{{ trans('app.phone') }}: {{ $manufacturer->phone }}