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


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