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

Sponsorship Forms

@foreach (['success', 'info', 'danger', 'warning'] as $msg) @if (Session::has($msg)) @endif @endforeach
{{-- @can('create-master') Create Reset @endcan --}} {{--
--}}
@foreach ($sponsorInterests as $key => $sponsorInterest) @endforeach
Sr.No Full Name Email Mobile Organisation Name
{{ $sponsorInterest->id }} {{ $sponsorInterest->first_name ?? '' }} {{ $sponsorInterest->last_name ?? '' }} {{ $sponsorInterest->email ?? '' }} {{ $sponsorInterest->mobile ?? '' }} {{ \Illuminate\Support\Str::limit($sponsorInterest->organisation_name ?? '', 20) }}
@endsection