@extends('layouts.admin') @section('title', 'Why Choose Us Cards') @section('page_title', 'Feature Cards') @section('content')

Feature Cards List

Back to Section Add New Card
@forelse($cards as $card) @empty @endforelse
Icon Heading Paragraph Actions
{{ $card->heading }}

{{ Str::limit($card->paragraph, 100) }}

@csrf @method('DELETE')
No feature cards found.
@endsection