@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@if(count($papers)) @foreach ($papers as $paper) @endforeach @else @endif
Ref Name Type Created At Actions
{{ $loop->iteration }} {{ $paper->name }} {{ $paper->type }} {{ $paper->getCreatedAt() }} Actions
no data found
{{ $papers->links() }}
@endsection