@extends('layouts.auth') @section('content')

Рассылка в ботах


@if(count($post->buttons)>0) @foreach($post->buttons as $key => $row)
@if(!isset($row[1])) @else @endif
@endforeach @endif
with_image=="true"? "checked":""}}>
with_video=="true"? "checked":""}}>
with_animation=="true"? "checked":""}}>
with_keyboard=="true"? "checked":""}}>
disable_web_page_preview=="true"? "checked":""}}>
check_members=="true"? "checked":""}}>

@foreach($posts as $post)
{{$post['date']}}: {{$post['bot']}}
{{$post['post']->text}}
@endforeach

@endsection