@extends('layouts.admin') @section('header','Edit '.$three_d->name) @section('breadcrumbs')
  • Home
  • Models
  • @stop @section('content')
    @include('errors')
    {{ csrf_field() }} {{ method_field('PATCH') }}
    @if (count($three_d->files))
    @foreach ($three_d->files as $file) @endforeach
    @endif

    @stop