@extends('layouts.backend') @section('extra_css') @endsection @section('content')
All Headlines
@foreach($headlines as $headline) @endforeach
Id Headline Type Action
{{$headline->id}} {!!$headline->title !!} {{$headline->type == 1 ? 'Flash' : 'Ticker' }}
@endsection