@extends('layouts.admin-layout') @section('title', 'Edit Home Feature') @section('content')

Edit Feature Form

@method('PUT') @csrf

Home Feature Section

Profile Preview

@endsection @section('script') @endsection