@include('common/header')

Product

@if(Session::has('msg'))

{{ Session::get('msg')}}

@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@csrf
@if(!empty($data->image1)) @endif
@if(!empty($data->image2)) @endif
@if(!empty($data->image3)) @endif
@if(!empty($attr)) @php $i=1; @endphp @foreach($attr as $attr)
@if($i==1) @else
@endif
@endforeach @php $i++; @endphp @else
@endif
@include('common/footer')