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