@extends('dashboard.layouts.index') @section('page_title') @lang('global.asset') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.informationasset")

@component('dashboard.components.edit_selected' , [ "name" => "name_asset", "type" => "text", "title" => __("global.name_asset"), "col" => "col-md-10", "model"=>$model ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "notes", "type" => "text", "title" => __("global.notes"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "date_asset", "type" => "date", "title" => __("global.date_asset"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "Thedateofdelivery", "type" => "date", "title" => __("global.Thedateofdelivery"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "file", "type" => "file", "title" => __("global.upload_file"), "col" => "col-md-10" ]) @endcomponent
@stop