@extends('layouts.view') @section('title','Files Management') @section('content')

@csrf

Years

@foreach ($yearss as $year)

{{$year}}

@foreach ($months as $month)
{{$month}}
@endforeach
@endforeach

Files Table

Upload Date Browse File
@endsection