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