@extends('layouts.admin-layout') @section('title', 'All Feature List') @section('content')
@csrf

Feature Section


Home Feature Section

@foreach($all_get_features as $feature) @endforeach
Heading Image Short description Edit Delete
{{$feature->title}} {!! \Illuminate\Support\Str::limit(strip_tags($feature->description), 80, '...') !!} Edit Delete
@endsection @section('script') @endsection