@extends('web.layouts.default') @section('content')
Home > New

News

@foreach($sections as $section) @if(isset($section->image) && $section->image!="") @php $image=asset(Storage::url('public/sections')).'/'.$section->page->alias.'/'.$section->image @endphp @else @php $image='' @endphp @endif

{{ $section->title }}

{!! $section->description !!}

  • by {{ $section->sub_title }}
  • {{ date('d f,Y',strtotime($section->created_at)) }}
  • {{ $section->page_type->name }}
  • 25
@endforeach

Categories

@isset($page) @endisset
@endsection