@extends('layouts.main') @section('page-style') @endsection @section('content')
@if(isset($filterData)) @include('_partials.filter.form') @endif
@include('_partials.buttons.index-buttons', compact('buttons'))
@yield('title')
@include('_partials.flash-message')
@yield('list')
@if($withPagination)
{{ $result->onEachSide(4)->links('_partials.pagination') }}
@endif
@yield('afterList') @endsection