@extends('layouts.blit') @section('Breadcrumbs') {!! Breadcrumbs::render('home') !!} @endsection @section('content')
@include('core-templates::common.errors')
{!! Form::model($file, ['route' => ['files.update', $file->id], 'method' => 'patch','files' => true]) !!} @include('files.fields') {!! Form::close() !!}
@endsection