@extends('front.layout.app') @section('content') {!! $photo->title !!} {!! $photo->heading !!} {!! $photo->section_heading !!} @if($gallery) @php $counter = 0; @endphp @foreach($gallery as $galler) Unlock Album {!! $galler->album_name !!} ({{ (getRecordcounter('gallery',$galler->id)) }}) ${{ $galler->album_price }} Add to cart @php $counter++; @endphp @endforeach @endif {{ $gallery->links() }} @section('script') @endsection @endsection
{!! $photo->heading !!}