@include('admin.header') @php use Illuminate\Support\Facades\Storage; @endphp

PACKAGES

MANAGE - PACKAGES

@if (isset($objs) && count($objs) > 0) @foreach ($objs as $item) @endforeach @endif
Srno Date & Time Image Package Name Status Action
{{ $loop->iteration }} {{ $item->created_at }} @if (isset($item->image)) @else NA @endif {{ $item->name }} @if($item->status=='active') Active @endif @if($item->status=='block') De-Active @endif
@include('admin.footer')