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

{{ $files->id }}

{!! Form::label('file_name', 'File Name:') !!}

{{ $files->file_name }}

{!! Form::label('model_id', 'Model Id:') !!}

{{ $files->model_id }}

{!! Form::label('model_type', 'Model Type:') !!}

{{ $files->model_type }}

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

{{ $files->extension }}

{!! Form::label('file_size', 'File Size:') !!}

{{ $files->file_size }}

{!! Form::label('view_count', 'View Count:') !!}

{{ $files->view_count }}

{!! Form::label('status', 'Status:') !!}

{{ $files->status }}

{!! Form::label('type', 'Type:') !!}

{{ $files->type }}

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

{{ $files->created_at }}

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

{{ $files->updated_at }}