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

Target Audiences 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 target audiences details.

@endif
@endsection