@extends('layouts.app') @section('pageTitle', 'Features') @section('content')

Features List

@if(request()->has('name')) @foreach($features as $feature) @endforeach
Name Action Show In Property Show In Project
{{ $feature->name }} {{ $feature->show_in_property }} {{ $feature->show_in_project }} Edit Delete
@else

Please enter search criteria to view feature.

@endif
@endsection