@extends('layouts.app') @section('pageTitle', 'Natural Scenery Main View') @section('content')

Natural Scenery Main View 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 natural scenery main view details.

@endif
@endsection