@extends('backend.layouts.app') @section('content')
@foreach ($products as $product)
{{ $product->content }}
@endforeach
@endsection @push ("after-scripts") @endpush