@extends('layouts.master') @section('content')
@component('components.breadcrumb') @slot('title') @lang('upload_download_file.addtitle') @endslot @slot('breadcrumb1') @lang('common.dashboard') @endslot @slot('breadcrumb1_link') {{ route('dashboard') }} @endslot @if (\App\Traits\RolePermissionTrait::checkRoleHasPermission('role', 'create')) @slot('action_button1') @lang('common.view') @endslot @slot('action_button1_link') {{ route('upload_download_file.index') }} @endslot @endif @slot('action_button1_class') btn-primary @endslot @endcomponent
@lang('upload_download_file.addtitle')
@csrf @method('PUT')

@lang('common.downloads')
@endsection