@extends('layouts.administrator.master') @section('title') File Download @endsection @section('content')

{{ __('File Download') }}

{{ __('List File Download') }}

@foreach ($download as $key => $value) @endforeach
Judul
@endsection