@extends('backend.layouts.app') @section('title', app_name() . ' | ' .'Clipart management') @section('content')
Thumbnail | Name | Description | Citations | Tags | Type | Paid | Owner | |
---|---|---|---|---|---|---|---|---|
@if($clip->id_baseline)
|
{{$clip->name}} | {{$clip->description}} | {!! $clip->citations!!} | @foreach($clip->tags as $tag) {{$tag->text}}@if(!$loop->last),@endif @endforeach | {{$clip->type}} | {!! $clip->paid=='1'?'Paid':'Free' !!} | {{$clip->owner->first_name}} {{$clip->owner->last_name}} |