Laravel & Shopify
Welcome to your Shopify App powered by Laravel.
{{ Auth::user()->name }}
@extends('shopify-app::layouts.default') @section('styles') @endsection @section('content')
@endsection @section('scripts') @parent @if(config('shopify-app.appbridge_enabled')) @endif @endsection