@extends('layouts.frontend.mobile_app') @section('title','WorkSafe News') @section('content')
{{--

WorkSafe News


--}}
@foreach($feed->get_items() as $key => $item)

{{ $item->get_title() }} @if(!$loop->last)


@endif

@endforeach
@endsection @push('css') @endpush