@extends('admin.master') @section('content')

3rd Party Integration

Add custom scripts to your storefront for third-party tools and tracking.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Custom Scripts

Scripts added here will be injected into your storefront pages.

@endsection