@extends('layouts.master') @section('title', 'Change Contribution Amount File') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')


@foreach ($changecontributionamountfile as $index => $file) @endforeach
No. File Action
{{ $index + 1 }} {{ basename($file->changecontributionamountfile_file) ?? '-' }}
@include('layouts.footer') @endsection