@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Sample Content

@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @vite(['resources/js/pages/sweet-alert.js']) @endpush