@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('product_name')) {{ $errors->first('product_name') }} @endif
@if ($errors->has('available_quantity')) {{ $errors->first('available_quantity') }} @endif
@if ($errors->has('product_current_price_inr')) {{ $errors->first('product_current_price_inr') }} @endif
@if ($errors->has('product_previous_price_inr')) {{ $errors->first('product_previous_price_inr') }} @endif
@if ($errors->has('product_current_price_usd')) {{ $errors->first('product_current_price_usd') }} @endif
@if ($errors->has('product_previous_price_usd')) {{ $errors->first('product_previous_price_usd') }} @endif
@if ($errors->has('product_description')) {{ $errors->first('product_description') }} @endif
@if ($errors->has('return_policy')) {{ $errors->first('return_policy') }} @endif
@foreach($galleries as $value)
@endforeach
@if ($errors->has('product_image')) {{ $errors->first('brand_image') }} @endif
Cancel
@endsection