@extends('frontend.layouts.partials.app') @section('title', 'News Room Detail') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

{{ $publications->name }}

{{ $publications->name }}

 {{ $publications->publishment_date }}

{{ $publications->name }}

{{ $publications->short_description }}

{{ $publications->highlighted_text }}

{!! $publications->description !!}

All News and Articles

@forelse ($publicationList as $publication)
{{ $publication->name_en }}
 {{ $publication->publishment_date }}
{{ $publication->name }}
@empty

No other news or events available at the moment.

@endforelse

Images

@if (!empty($publications->images)) @foreach (json_decode($publications->images) as $index => $image)
{{ $publications->name }}
@endforeach @else

No images available.

@endif
@endsection