@extends('layouts.app') @section('title', 'Features List') @section('content') @livewire('admin.plans.features-list') @endsection