@extends("AdminSide.Layout") @section("content")
گزینش شده بر اساس: @if(session('target_categories_names')) @foreach(session('target_categories_names') as $key=>$target_category_name) {{$target_category_name}} @endforeach @else @foreach($target_categories_names as $key=>$target_category_name) {{$target_category_name}} @endforeach @endif