@extends('panel.layout.app') @section('title', 'Brand Voice') @section('additional_css') @endsection @section('content')
1 {{ __('Company') }}
{{ __('You can enter as much Industry as you want. Click "Enter" after each Industry.') }}
{{-- tone of voice --}}
2 {{ __('Products or Services') }}
@if ($item != null) @foreach ($item->products ?? [] as $product)
@endforeach @else
@endif
@if (env('APP_STATUS') == 'Demo') @else @endif
@endsection @section('script') @endsection