@php use App\Helpers\CustomHelpers; @endphp @extends('layout.admin') @section('content')

ePaper Page All ePaper Page

All ePaper Page

@if (count($epaperPages) > 0) @foreach ($epaperPages as $key => $epaperPage) @endforeach
# File Action
{{ $key + 1 }} {{ $epaperPage->path }} Edit
@else @include('admin.partial.data-not-found') @endif
@endsection