@extends('layouts.app') @section('pageTitle', 'Look and Feel') @section('content')

Look and Feel List

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

Please enter search criteria to view look and feel details.

@endif
@endsection