Album example

Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.

Main call to action Secondary action

Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins
Placeholder Thumbnail

This is a title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

9 mins

Template-Code in blade

  @push('head')
    <style>
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
    </style>
  @endpush

  <header>
    <div class="bg-dark collapse" id="navbarHeader">
      <div class="container">
        <div class="row">
          <div class="col-sm-8 col-md-7 py-4">
            <x-headline class="text-white" text="About" tag="h4"/>

            <p class="text-muted">
              Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.
            </p>
          </div>

          <div class="col-sm-4 offset-md-1 py-4">
            <x-headline class="text-white" text="Contact" tag="h4"/>

            <ul class="list-unstyled">
              <li>
                <x-link class="text-white" text="Follow on Twitter" href="#"/>
              </li>
              <li>
                <x-link class="text-white" text="Like on Facebook" href="#"/>
              </li>
              <li>
                <x-link class="text-white" text="Email me" href="#"/>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </div>

    {{-- Navbar coming soon --}}
    <div class="navbar navbar-dark bg-dark shadow-sm">
      <div class="container">
        <a href="#" class="navbar-brand d-flex align-items-center">
          <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="me-2" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle></svg>
          <strong>Album</strong>
        </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
      </div>
    </div>

  <section class="py-5 text-center container">
    <div class="row py-lg-5">
      <div class="col-lg-6 col-md-8 mx-auto">
        <x-headline class="fw-light" text="Album example" tag="h1"/>
        <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p>
        <p>
          <a href="#" class="btn btn-primary my-2">Main call to action</a>
          <a href="#" class="btn btn-secondary my-2">Secondary action</a>
        </p>
      </div>
    </div>
  </section>

  <div class="album py-5 bg-light">
    <div class="container">
      <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
        @for($i = 0; $i < 9; $i++)
          <div class="col">
            <x-card class="shadow-sm">
              <x-slot name="image">
                <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false">
                  <title>Placeholder</title>
                  <rect width="100%" height="100%" fill="#55595c"></rect>
                  <text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text>
                </svg>
              </x-slot>

              <x-slot name="body">
                <x-headline text="This is a title"/>

                <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>

                <div class="d-flex justify-content-between align-items-center">
                  <div class="btn-group">
                    <button type="button" class="btn btn-sm btn-outline-secondary">View</button>

                    <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button>
                  </div>

                  <small class="text-muted">9 mins</small>
                </div>
              </x-slot>
            </x-card>
          </div>
        @endfor
      </div>
    </div>
  </div>