@extends('admin.layout.app') @section('title','News') @section('button') Back @endsection @section('content')
News Details
Title
{{$post->title}}
Description
{{$post->description}}
Image
@foreach($post->images as $img) @if($img->attachment_type == 'image') @else @endif @endforeach
@endsection