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