@props(['headers', 'rows', 'isTextRight' => true])
@foreach($headers as $header) @endforeach @foreach($rows as $row) @foreach($row as $index => $item) @if($index == 0) @else @endif @endforeach @endforeach
{{ $header }}
{{ $item }} {{ $item }}