@extends('layouts.app') @section('content')
@include('deals.partials.deal-list', ['rows' => $rows])
@stop @push('javascript') @endpush