@extends('layouts.app') @section('breadcrumbs') @include('__partials.breadcrumbs', [ 'data' => [ ['route' => 'home', 'name' => 'Home'], ['route' => '', 'name' => 'Parametros'], ['route' => '', 'name' => 'Lista de juzgados'] ], 'show_add_button' => false, 'add_button_route' => route('parametros.area') ]) @endsection @section('content')
PARAMETRIZACIÓN JUZGADOS

{{csrf_field()}}
@if($flag) @endif

@if(count($documento) > 0) @foreach($documento as $juzgados) @endforeach @else @endif
# Nombre
{{ $juzgados->id }} {{ $juzgados->nombre }}
{{csrf_field()}}
@if(!$flag) {{$documento->appends(Input::except('page'))->links()}} @endif
@endsection