@extends('admin.layout.master') @section('content')

Practice Sets Listing

Display Method:

@if($packageCount > 0) Publish @else Publish @endif
@if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif

Trending

Total Product Available: {{count($packageLists)}}

@if(!$packageLists->isEmpty()) @foreach($packageLists as $key => $value) @endforeach @else @endif @if($packageCount > 10) @endif
@endsection @section('scripts') @endsection