@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
@foreach ($groups as $key => $group) @endforeach @if($groups->isEmpty()) @endif {{ $groups->links('pagination::bootstrap-4') }}
@endsection @push('footer-script') @endpush