@extends('layouts.app') @section('pageTitle', 'Fittings and Furnishings') @section('content')

Fittings and Furnishings List

@if(request()->has('name')) @foreach($furnishings as $furnishing) @endforeach
Name Show In Property Show In Project Action
$furnishing->id]) }}">{{ $furnishing->name }} {{ $furnishing->show_in_property }} {{ $furnishing->show_in_project }} Edit Delete
@else

Please enter search criteria to view Fittings and Furnishings.

@endif
@endsection