@extends('layouts.backend') @section('title', 'Secciones') @section('content')
{!! Form::open([ 'method' => 'get' ]) !!}
{!! Form::text('q', request()->q, ['class' => 'form-control', 'placeholder' => 'Buscar secciones']) !!}
{!! Form::close() !!}
Filtro
@forelse($sections as $section) @empty @endforelse
Nombre Plantilla Página
@if($section->thumbnail)
Image Description
@endif
{{ $section->post->title }}
{{ $section->selector_name }} {{ $section->page->post->title }}
No hay resultados
@if($sections->hasPages()) @endif
@endsection @push('scripts') @endpush