@extends('layouts.front') @section('content')
Numero: {{$tienda->shop_number}}
Direccion {{$tienda->shop_address}}
{{$tienda->shop_message}}
{{date('d', strtotime($blogg->created_at))}}
{{date('M', strtotime($blogg->created_at))}}
{{substr(strip_tags($blogg->details),0,120)}}