| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | @extends('layouts.master')@section('content')    <section class="jumbotron text-center">        <div class="container">            <h1 class="jumbotron-heading">My blog</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">Main call to action</a>                <a href="#" class="btn btn-secondary">Secondary action</a>            </p>        </div>    </section>    <div class="album text-muted">        <div class="container">            <div class="row">                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>                <div class="card">                    <img data-src="holder.js/100px280/thumb" alt="Card image cap">                    <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>            </div>        </div>    </div>@endsection@section('footer')<p>Special index footer</p>@endsection
 |