@extends('backend.layouts.app') @section('title', app_name() . ' | ' .'View clipart') @section('content') {{-- {{dd($clipart)}}--}}

Clipart management View clipart

{{$clipart->name}}

Colourways
@foreach($clipart->colourways as $colourway)
{{$colourway->colour_name}}
@endforeach
Description
{{$clipart->description}}
Citations
{{$clipart->citations}}
Tags
    @foreach($clipart->tags as $tag)
  • {{$tag->text}}
  • @endforeach
{!! $clipart->paid=='1'?'Paid':'Free' !!}
Created by
{{$clipart->owner->full_name}}
@endsection @section('dialogs') @endsection @push('after-scripts') @endpush