@extends('admin.layouts.master') @section('title') PDF Management | @endsection @section('content')
# | PDF Name | Description | PDF File | Can Access | Status | Action |
---|---|---|---|---|---|---|
{{ $record->id }} | {{ $record->name }} | {{ $record->description }} | @if($record->pdf) View PDF @else No PDF Available @endif | @if ($record->is_paid) Yes @else No @endif | @if ($record->status) Active @else Inactive @endif | |
No data found |