@extends('layouts.master') @section('title', __('index.task_attachment_title')) @section('action', __('index.upload_attachment_action')) @section('button')
@endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.task.common.breadcrumb')
{{ __('index.upload_task_attachments_text') }}
@csrf
@endsection @section('scripts') @endsection