@extends("AdminSide.Layout") @section("content")
برگشت
@csrf
@if(isset($contents) && $contents!=[])

گزینش شده بر اساس:   @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

@foreach($contents as $key=>$i) @endforeach
{{$i['title']}} @foreach($selected_categories[$key] as $p) {{$p}}   @endforeach @if($i['status']=='0') در حالت انتشار @else در حالت پنهان @endif {{$sending_time[$key]}}
@endif
@endsection