@extends('layouts.admin') @section('title', 'Feature Management') @section('content')

Feature Management

Add Feature
@foreach($features as $feature) @endforeach
Title Icon Is active Actions
{{ $feature->title }} {{ $feature->icon }} {{ $feature->is_active }} Edit
@csrf @method('DELETE')
{{ $features->links() }}
@endsection