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