@php use App\Helpers\CustomHelpers; @endphp @extends('layout.admin') @section('content') ePaper Page All ePaper Page Add New ePaper List All ePaper Page @if (count($epaperPages) > 0) # File Action @foreach ($epaperPages as $key => $epaperPage) {{ $key + 1 }} {{ $epaperPage->path }} Edit @endforeach @else @include('admin.partial.data-not-found') @endif @endsection