@extends('shopify-app::layouts.default') @section('styles') @endsection @section('content')
Laravel & Shopify

Welcome to your Shopify App powered by Laravel.

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

@endsection @section('scripts') @parent @if(config('shopify-app.appbridge_enabled')) @endif @endsection