@extends('layouts.admin-layout') @section('title', 'All Bundles') @section('content')

Bundles

@foreach ($bundles as $bundle) @endforeach
S.N. Image Bundle Name Price Action
{{ $loop->iteration }} @if($bundle->getFirstMediaUrl('bundle_images')) Bundle Image @else No Image @endif {{ $bundle->name }} ${{ number_format($bundle->price, 2) }}
@endsection @section('script') @endsection