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