@php /** @var \App\Models\Row[]|Illuminate\Pagination\Paginator $rows */ @endphp @extends('table.propose.layout') @section('tab-content')
@yield('header')
@if($rows->hasPages())
@endif
@yield('rows')
@if($rows->hasPages())
@endif @stop