@extends('layouts.admin') @section('title', 'ထုတ်ကုန်ပြုပြင်ရန်ပုံစံ') @push('styles') @endpush @push('scripts') @endpush @section('content')

ထုတ်ကုန်များစာရင်း

@include('admins.partials.breadcrumbs')
စာရင်းပြုပြင်ရန်ပုံစံ
@method('PUT') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('engine_model')) {{ $errors->first('engine_model') }} @endif
@if ($errors->has('product_number')) {{ $errors->first('product_number') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Photo @if ($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
@if ($errors->has('default_price')) {{ $errors->first('default_price') }} @endif
@if ($errors->has('member_price')) {{ $errors->first('member_price') }} @endif
@if ($errors->has('vendor_price')) {{ $errors->first('vendor_price') }} @endif
@if($product->images->count() > 0)
@endif
@push('scripts') @endpush @endsection