@extends('adminlte::page') @section('title', 'Edit') @section('content_header')

Edit '{{ $f->feature_name }}' Details

@stop @section('content') {{--

Welcome to Realtor Information Management System(RIMS) admin panel.

--}} {{--
--}}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @if (Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
We'll this feature name use to classify property listings.
{{-- --}} Back
@stop @section('css') @stop @section('js') @stop