@if($members_type == 'national_members')

National Members Events Create

@elseif($members_type == 'district_members')

Club Events Create

@elseif($members_type == 'other_members')

Events Create

@endif
@include('layouts.admin.alerts') @if (count($events)>0) @foreach ($events as $item) @endforeach
# Title Cover Image Location Date Intro Content Link Action
{{ $no++ }} {{ $item->title }} {{ $item->location }} {{ $item->date }} {{ \Illuminate\Support\Str::limit($item->intro, 150, $end='...') }} @if($item->content != NULL ) {!! \Illuminate\Support\Str::limit($item->content, 30, $end='...') !!} @else No-Data-to-display @endif @if($item->link != NULL ) {!! \Illuminate\Support\Str::limit($item->link, 30, $end='...') !!} @else No-Data-to-display @endif Edit
@csrf
@else No Events Added Yet @endif