@include('search-form')
# |
Status |
AS
Nom du parfum
|
Application |
Privé |
Société |
Genre |
Année |
Famille Olfactive |
@foreach($links as $key => $link)
{{$key}} |
{{$link->col1}} | {{-- Status --}}
{{$link->col3}} | {{-- AS --}}
{{$link->col10}} | {{-- AS --}}
{{$link->col8}} | {{-- Application --}}
{{-- {{$link->col10}} | --}}{{-- Nom du parfum --}}
{{$link->col11}} | {{-- Privé --}}
{{$link->col12}} | {{-- Société --}}
{{$link->col13}} | {{-- Genre --}}
{{$link->col14}} | {{-- Année --}}
{{$link->col15}} | {{-- Famille oflfactive --}}
@endforeach
{{$links->appends(request()->except('page'))->links()}}