@extends('layouts.back-end.app') @section('title', translate('Bundle Update')) @section('content')

{{translate('Bundle Update')}}

@csrf @method('PUT')
@foreach($languages as $language) @php($bundle_product = $bundle->bundleProduct)