@extends('layouts.admin') @section('content')
Target Details
{!! csrf_field() !!}

@if ($errors->has('sale_officer')) {{ $errors->first('sale_officer') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('productwise')) {{ $errors->first('productwise') }} @endif
@if ($errors->has('customer_add_target')) {{ $errors->first('customer_add_target') }} @endif
@if ($errors->has('customer_visit_target')) {{ $errors->first('customer_visit_target') }} @endif
@foreach($products as $key2=>$product) @endforeach
Product Target (In Dozen)
{{$product['name']}}
@if ($errors->has('customer_add_targer')) {{ $errors->first('customer_add_targer') }} @endif

@if(!empty($so_target)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection