• Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6

This is my body content.

Profile updated

Thank you for updating your information

Premier League table

Team Points
Liverpool 100
Ansenal 120
Tottenham 134
  • Footer link 1
  • Footer link 2
  • Footer link 3
  • Footer link 4
  • Footer link 5
  • Footer link 6
  • Parameters
  • View
  • Assets
<x-layout>
    <div class="ds-about-us">
        <p>This is my body content.</p>
        <x-alert type="success">
            <x-slot:title>
                Profile updated
            </x-slot>
            <p>Thank you for updating your information</p>
        </x-alert>
        @php
        $data['results'] = [
            ['team' => 'Liverpool', 'points' => 100],
            ['team' => 'Ansenal', 'points' => 120],
            ['team' => 'Tottenham', 'points' => 134]
        ];
        @endphp
        <x-premier-league-table :data="$data" class="" />
    </div>
</x-layout>
Edit markup
.ds-about-us {

}
Edit CSS
console.log('About us js loaded');
// some more here
Edit JS