{!! Form::label('id', 'Id:') !!}

{!! $file->id !!}

{!! Form::label('name', 'Name:') !!}

{!! $file->name !!}

{!! Form::label('file', 'File:') !!}

{!! $file->file !!}

{!! Form::label('description', 'Description:') !!}

{!! $file->description !!}

{!! Form::label('extension', 'Extension:') !!}

{!! $file->extension !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $file->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $file->updated_at !!}