@extends('layouts.legacy') @php use App\Banner; @endphp @section('content')
@php Banner::ShowResponsiveAd(); @endphp
@if ($artworks->count()) @else
No Artworks Yet

Once uploads arrive they will appear here. Check back soon.

@endif
{{ $artworks->withQueryString()->links('pagination::bootstrap-4') }}
@endsection @push('styles') @endpush