@extends('layouts.default_module') @section('module_name') Ebook Request @stop @section('table-properties') width="400px" style="table-layout:fixed;" {{-- @endsection --}} @section('table') {{--
--}}
Course Title
User Name
Download Code
Option
@foreach ($course_request as $key => $cr)
{!! $cr->ebook->name !!}
{!! $cr->user->name !!}
{{ $cr->download_code }}
@if ($cr->can_download == 1) Allowed @else {{-- --}} Pending @endif @endforeach @section('pagination') {!! $course_request->render() !!} @endsection @stop