@extends('admin.layout.master') @section('title', 'Product Sale Price') @section('content')

Product Sale Price

@csrf
@foreach (array_merge($existProduct) as $error)

{{$error}} already exist.That's why  we did not save it again.

@endforeach

@for ($i = 1; $i <= 5; $i++) @endfor
# Product Unit Quantity Sale Price Retail Sale Price Whole Sale Price Flash Sale Price Action
{{ $i }}
{{-- --}}

@endsection @section('script') @endsection