@extends('layouts.cannavaro.master') @section('breadcrumb') @stop @section('content')
{{ __('Admin::base.welcome') }}  {{ Auth::user()->name }}.
@stop @section('footer') @stop