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