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