@extends('adminlte::page') @section('title', 'Ver Local - Insertbog') @section('content_header')

Ver Local

@stop @section('content')
{{$local->nombre}}
{{$local->direccion}}
Cancelar
@stop @section('css') @stop @section('js') @stop