@extends('layouts.admin') @section('content')
Create new sell
@csrf
@if ($errors->has('sell_no')) {{ $errors->first('sell_no') }} @endif
@if ($errors->has('sell_note')) {{ $errors->first('sell_note') }} @endif
@if ($errors->has('refer_id')) {{ $errors->first('refer_id') }} @endif
@if ($errors->has('refer_commission')) {{ $errors->first('refer_commission') }} @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('total')) {{ $errors->first('total') }} @endif
@push('alljs') @endpush @endsection