@extends('backEnd.master') @section('title') @lang('common.pdf') @endsection @push('css') @endpush @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'user-pdf-search', 'method' => 'GET']) }}
{{-- --}}
@if ($errors->has('pdf_category_id')) {{ @$errors->first('pdf_category_id') }} @endif
{{--
--}}
{{ Form::close() }}

@lang('common.pdf_list')

@forelse ($pdf_items as $pdf)

{{ @$pdf->title }}

Publish Date : {{ dateConvert($pdf->publish_date) }}

@empty

@lang('common.no_data_found')

@endforelse
{{ $pdf_items->links() }}
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.date_picker_css_js')