News
| {{ $data->storyTitle }} | |
| {!! $data->storyDescription !!}News From: {{ $data->newsLink }} |
@if($data->storyType == 'Image')
|
@extends('admin.layouts.app')
@section('content')
News
{{ $data->storyTitle }}
{!! $data->storyDescription !!}News From: {{ $data->newsLink }}
@if($data->storyType == 'Image')
@else
@endif