@extends('backend.layouts.app') @section('content')
@foreach ($customer_packages as $key => $customer_package)
{{ translate('Package Logo')}}

{{$customer_package->getTranslation('name')}}

{{single_price($customer_package->amount)}}

{{translate('Product Upload') }}: {{$customer_package->product_upload}}

@endforeach
@endsection @section('modal') @include('modals.delete_modal') @endsection