@extends('admin.layout.master') @section('content')
@if (Session::has('message')) @endif
@csrf
@error('title') {{$message}} @enderror
@error('html') {{$message}} @enderror
@php $n = 0; @endphp @foreach($userPDF as $con) @php $n = $n + 1; @endphp --}} {{-- --}} {{-- @endforeach
#No Title Created Download & actions
{{ $n }} {{ $con->title }} {{ $con->created_at }} {{-- --}} {{-- --}}
@endsection @section('script') @endsection