@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 Package Name Sub Title Price Icon Status Action
{{ $loop->iteration }} {{ $item->name }} {{ $item->sub_title }} {{$item->price.' '. $item->currency_type }} @if (isset($item->image)) @else NA @endif @if($item->status=='active') Active @endif @if($item->status=='block') Block @endif
    {{--
  • --}}
@include('admin.footer')