@extends('admin.layouts.layout') @section('content') @php($dontShowNotSection = true) @include('admin.report-templates.template_header')

Attachments

Files

Upload your file from here

@if(isset($attachments) && $attachments->count() > 0) @foreach($attachments as $attachment) @php($file = $attachment->attachmentFile)

{{ pathinfo($attachment->name, PATHINFO_FILENAME) }}

@endforeach @endif
@endsection @push('page_script') @endpush