SEO Generate

SEO Generate

@foreach($data as $row) @endforeach
Brand Model Meta Title Meta Description Action
{{ $row->brand_name }} {{ $row->group_name }} @php $titles = $row->meta_titles ?? []; $selectedTitle = $row->meta_title; // find first non-empty index $firstFilledIndex = null; foreach ($titles as $index => $t) { if (!empty(trim($t))) { $firstFilledIndex = $index; break; } } @endphp @for($i=0; $i<3; $i++)
@endfor
@php $descs = $row->meta_descriptions ?? []; $selectedDesc = $row->meta_description; $firstFilledDesc = null; foreach ($descs as $index => $d) { if (!empty(trim($d))) { $firstFilledDesc = $index; break; } } @endphp @for($i=0; $i<3; $i++)
@endfor
@section('scripts') @endsection