@extends('adminlte::page')
@section('title', 'Listado de locales - Insertbog')
@section('content_header')
@stop
@section('content')
@foreach ($locales as $local)
{{ $local->nombre }}
{{$local->direccion}}
@endforeach
@stop
@section('css')
@stop
@section('js')
@if(session('delete') == 'ok')
@endif
@stop