@extends('layouts.app') @section('content')

Founders

➕ Add Founder
@if(session('success'))
{{ session('success') }}
@endif @foreach($founders as $founder) @endforeach
# Image Name Role Startup LinkedIn Actions
{{ $loop->iteration }} @if($founder->image) @else N/A @endif {{ $founder->name }} {{ $founder->role }} {{ $founder->fund->startup_name }} @if($founder->linkedin) Profile @endif Edit
@csrf @method('DELETE')
@endsection