@extends('layouts.master') @section('title', 'download_history') @section('content')
@include('pages.download_history.components.cards')
{{-- search --}} {{--
{{ trans('label.filters') }}
--}} {{-- filter status --}} {{--
{{ trans('label.status') }}
--}} {{-- end status --}} {{-- sort --}}
{{ trans('label.sort') }}
{{-- manage_columns --}}
{{ trans('label.manage_columns') }}
{{-- view type --}}
@include('pages.download_history.components.list')
@include('pages.download_history.components.grid')
{{-- @include('pages.download_history.components.add_modal') --}}
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection