@extends('packer.layouts.master') @section('title', 'Packer') @section('content')

{{ __('Welcome back,') }} {{ Auth::user()->name }}!

@endsection