@extends('layouts.backend') @section('title') @lang('backend.blocks_views.page_title') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.blocks_views.list')

@include('backend.partials.deleted') @include('backend.partials.success') @foreach($screenBlocks as $block) @endforeach
@lang('backend.tables.order') @lang('backend.tables.title') @lang('backend.tables.actions')
{{ $block->title }}
{!! $screenBlocks->links() !!}
@endsection