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

{{__('obs.product')}} {{__('obs.sale')}} {{__('obs.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
# {{__('obs.product')}} {{__('obs.unit')}} {{__('obs.sale')}} {{__('obs.price')}} {{__('obs.retail')}} {{__('obs.sale')}} {{__('obs.price')}} {{__('obs.whole')}} {{__('obs.sale')}} {{__('obs.price')}} {{__('obs.flash')}} {{__('obs.sale')}} {{__('obs.price')}} {{__('obs.action')}}
{{ $i }}

@endsection @section('script') @endsection