@extends('layouts.master') @section('title','Connection Goal list') @section('content')

Connection Goal List

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