@extends('backEnd.master') @section('title') @lang('common.pdf') @endsection @push('css') @endpush @section('mainContent') @lang('common.pdf_list') @lang('common.dashboard') @lang('common.pdf') @lang('common.pdf_list') @lang('common.select_criteria') {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'user-pdf-search', 'method' => 'GET']) }} {{-- --}} @lang('common.select_pdf_category') @foreach($pdf_categories as $category) id? 'selected':''):''}}>{{@$category->title}} @endforeach @if ($errors->has('pdf_category_id')) {{ @$errors->first('pdf_category_id') }} @endif {{-- --}} @lang('common.search') {{ Form::close() }} @lang('common.pdf_list') @forelse ($pdf_items as $pdf) {{ $pdf->pdfCategory->title }} {{ @$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')
Publish Date : {{ dateConvert($pdf->publish_date) }}