@extends('admin.layout.master') @section('title', 'كروت الشحن') @section('content')

كروت الشحن

إنشاء جديد

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('client_price')) {{ $errors->first('client_price') }} @endif
@if ($errors->has('merchant_price')) {{ $errors->first('merchant_price') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('product_images')) {{ $errors->first('product_images') }} @endif
التصنيف
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
الوسوم
@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
@if ($errors->has('all_cards')) {{ $errors->first('all_cards') }} @endif
عرض
@if ($errors->has('sale')) {{ $errors->first('sale') }} @endif
@stop