@extends($activeTemplate.'layouts.master') @section('content')
@foreach($products as $product)
Image
{{$product->name}}
@csrf
@endforeach @if ($products->hasPages()) @endif
@endsection @push('style') @endpush @push('script') @endpush