@extends('layouts.dash_pop') @section('title') Controle @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
Téléchargement d'un Document
{!! $msg !!}
{!! html()->label( 'Nom','name') !!} {!! html()->text('name', $t_data['name'])->attributes(['disabled' => 'true','class' => 'form-control']) !!}
{!! html()->label( 'Extention','extension') !!} {!! html()->text('extension', $t_data['extension'])->attributes(['disabled' => 'true','class' => 'form-control']) !!}
{!! html()->label( 'Mime Type','mimeyype') !!} {!! html()->text('mimeyype', $t_data['mimeyype'])->attributes(['disabled' => 'true','class' => 'form-control']) !!}
{!! html()->label( 'Size','size') !!} {!! html()->text('size', $t_data['size'])->attributes(['disabled' => 'true','class' => 'form-control']) !!}

@endsection