@extends('layouts.backend')
@section('extraCss')
@endsection
@section('mainContentArea')
# |
Article |
Color |
Photo |
Action |
@if($articles->count() > 0)
@foreach($articles as $key => $row)
{{$key + $articles->firstItem() }} |
{{ !empty($row->code) ? $row->code : '' }} |
{{ str_replace("_", " ", $row->color_name) }} |
 }}) |
Modify
PDF
|
@endforeach
@else
No Images found! |
@endif
@php if($articles->count() > 0) { @endphp {!! $articles->appends(request()->input())->links() !!} @php } @endphp
@endsection
@section('extraJs')
@endsection