@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($data['sharings'])) @foreach ($data['sharings'] as $key => $sharing)
@if (!empty($sharing['image'])) @else @endif
{!!$sharing['name']!!}
@if (!empty($sharing['image']))
{!!$sharing['detail']!!}
@endif
{{$sharing['date']}}
@endforeach @endif
@endsection @section('script') @endsection