@extends('layouts.admin') @section('header','Model: '.$three_d->name) @section('breadcrumbs')
  • Home
  • Models
  • @stop @section('content')

    {{ $three_d->description }}

    @if (count($three_d->files)) @foreach ($three_d->files as $file)
    {{ $file->filename }}
    @endforeach @endif
    @stop