@extends('master') @section('content')


@foreach($cruds as $post) @endforeach
Название Описание Дата проведения Тип мероприятия Действия
{{$post->title}} {{substr($post->post, 0,130).'...'}} {{$post->date}} {{$post->type}} Редактировать
{{csrf_field()}}
@endsection