@extends('admin.layouts.app') @section('title', 'Edit Home Feature') @section('content') @include('admin.home-features._form', ['homeFeature' => $homeFeature]) @endsection