-
@foreach($submission->images as $image)
-
{{ $submission->story_content }}
@extends('layouts.app')
@section('style')
@endsection
@section('content')
@php
$userCurrent = $user??null;
$userId = $userCurrent ? $userCurrent->id : '';
@endphp
{{ $submission->story_content }}
{{ $submission->user->name }}
{{ $submission->partner_name }}
@foreach($submission->images as $image)
Other submissions
Some quick example text to build on the card title and make up the bulk of the--}} {{-- card's content.
--}} {{-- @auth--}} {{-- Like: {{ $submission->likes->count() }}--}} {{-- Share: {{ $submission->shares->count() }}--}} {{-- @else--}} {{--Like: {{ $submission->likes->count() }}
--}} {{--Share: {{ $submission->shares->count() }}
--}} {{-- @endauth--}} {{--