@extends("AdminSide.Layout") @section("content")
@csrf
@if(isset($post) && $post!=[])
@foreach($post as $key=>$i) @endforeach
{{$i['title']}} @foreach($selected_categories[$key] as $p) {{$p}}   @endforeach @if($i['status']=='0') در حالت انتشار @else در حالت پنهان @endif {{$sending_time[$key]}}
@else
نتیجه ای یافت نشد!
@endif
@error('message') @enderror
@endsection