@extends('layouts.master') @section('page-title', 'Artists') @section('page-top') Artists Home Artists @endsection @section('page-content') {{ $artists->links() }} @foreach ($artists as $artist) @include('profile.partials.single-artist-card') @endforeach {{ $artists->links() }} @endsection