@component('mail::message') @foreach($locations as $location)

{{$location->name}}

@foreach($location->products as $product) @foreach($types as $attribute) @endforeach @endforeach
Aparat Na lokaciji Pokupljeni Vraćeni Ostalo Vrsta
{{ $product->name }} {{$product->pivot->$attribute}} {{ __('products.type.'.$product->pivot->type) }}

@endforeach @component('mail::table') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($test as $key => $t)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
Aparat Za pokupiti Za vratiti
{{ $key }}{{ $t['for_pick'] }}{{ $t['for_return'] }}
--}} @endcomponent @endcomponent