@extends('layouts.master') @section('title','Interest list-Pool 1') @section('content')

Interest List - Pool 1

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