@extends('backend.layout.app') @section('title' , 'Universities | show' ) @section('content')
| image |
@if($result['obj']->image)
|
| title | {{ $result['obj']->title }} |
| created at | {{ $result['obj']->created_at }} |
| is published | {{ $result['obj']->is_published == '1' ? 'yes' : 'no' }} |