@extends('layouts.master') @section('body')
@if ($concert->hasPoster()) @include('concerts.partials.card-with-poster', ['concert' => $concert]) @else @include('concerts.partials.card-no-poster', ['concert' => $concert]) @endif

Powered by TicketBeast

@endsection @push('beforeScripts') @endpush