@extends('layouts.master') @section('content')

Product

@include('sweetalert::alert')
@csrf
@foreach ($category as $parent)
@foreach ($parent->child as $child)
@endforeach
@endforeach
@error('title') {{$errors->first('title')}} @enderror
@error('heading') {{$errors->first('heading')}} @enderror
@error('sku') {{$errors->first('sku')}} @enderror
@error('selling_price') {{$errors->first('selling_price')}} @enderror
@error('purchase_price') {{$errors->first('purchase_price')}} @enderror
@error('vat_rate') {{old('vat_rate')}} @enderror
%
%
@error('fineness') {{$errors->first('fineness')}} @enderror
@error('size') {{$errors->first('size')}} @enderror
@error('manufacturer') {{$errors->first('manufacturer')}} @enderror
@error('item_condition') {{$errors->first('item_condition')}} @enderror
@error('origin') {{$errors->first('origin')}} @enderror
@error('face_value') {{$errors->first('face_value')}} @enderror
@error('image') {{$errors->first('image')}} @enderror
@error('coin_image') {{$errors->first('coin_image')}} @enderror
@error('video') {{$errors->first('video')}} @enderror
@error('video_thumbnail') {{$errors->first('video_thumbnail')}} @enderror
@endsection