@extends('layouts.backend') @section('title') @lang('backend.events_views.page_name') @endsection @section('styles') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.events_views.page_name')

@lang('backend.events_views.list')

@include('backend.partials.deleted') @include('backend.partials.errors') @foreach($events as $event) @endforeach
@lang('backend.tables.title') @lang('backend.tables.actions') @lang('backend.tables.status')
{{ $event->title }} active)?'checked':''}} data-route="{{route('events.save_status', $event->id)}}">
{!! $events->links() !!}
@endsection @section('scripts') @endsection