@extends('layouts.master') @section('title','Interest list pool 2') @section('content')

Interest List - Pool 2

+ Add New Interest/Pool2
@if (session('success')) @endif
@forelse ($interests as $interest) @empty @endforelse
Name Actions
{{ $interest->name }} Edit
@csrf @method('DELETE')
No Interest/Pool2 found.
{{ $interests->links('pagination::bootstrap-5') }}
@endsection