@extends('layouts.master') @section('title', 'download_history') @section('content')
@include('pages.download_history.components.filter_status') @include('pages.download_history.components.search')
{{-- sort_order --}} {{-- end sort_order --}} {{-- end manage_columns --}} @include('includes.pagination-dropdown')
@include('pages.download_history.components.list')
@include('pages.download_history.components.modal_export') @include('pages.download_history.components.modal_download_exported')
@endsection @section('script-footer') {{-- --}} @include('pages.pre_project.components.calendar') @include('pages.pre_project.components.grid') @include('pages.pre_project.components.columns_manager') @include('pages.pre_project.components.sort_order_manager') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection