{{ HTML::mediaImage($media) }}
@if(isset($meta) && $meta != null) {{ Form::open(array('url' => route('eminem.save-meta', $media->association_id), 'class' => 'meta')) }} @foreach ($meta as $value => $name)
@endforeach @endif

{{ trans('clumsy/eminem::all.item.path') }}: {{ $media }}
{{ trans('clumsy/eminem::all.item.mime') }}: {{ $media->mime_type }}

@if(isset($meta) && $meta != null) {{ Form::close() }} @endif