@extends('dashboard.admin.layouts.master') @section('content')

{{ $title }}

{{ $title }}

@forelse ($futureCards as $key =>$futureCard) @empty @endforelse
# Icon Title Content Status Action
{{ $key + 1 }} {{ $futureCard->title }} {!! $futureCard->content !!} @if ($futureCard->status == 1) Active @else Inactive @endif
@endsection