@extends('layouts.master') @section('title','Task Attachment') @section('action','Upload Attachment') @section('button')
@endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.task.common.breadcrumb')
Upload Task Attachments
@csrf
@endsection @section('scripts') @endsection