@extends('layouts.publicador.default') @section('content') @if (session('msg')) @endif

Ola, {{ Auth::user()->name }}

@endsection