@extends('admin.layouts.app') @section('breadcrumb-link') @endsection @section('content')
@foreach($entities as $key => $entity)
${{$entity->price}}
{{$entity->name}}
{{$entity->description}}
@endforeach
@endsection