@extends('backend.layouts.app') @section('title', 'Edit Feature') @push('styles') @endpush @section('content')

Edit feature

@csrf @method('PUT')
@endsection @push('scripts') @endpush