@extends('dashboard.layouts.index') @section('page_title') @lang('global.files') @stop @section('breadcrumb') @stop @section('content')
@csrf @if (count($errors) > 0)
@endif

@lang("global.create_file")

@component('dashboard.components.edit_text2' , [ "name" => "name_file", "type" => "text", "title" => __("global.name"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "path_file", "type" => "file", "title" => __("global.files"), ]) @endcomponent
@stop @push('js') @endpush