@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('valve_number')) {{ $errors->first('valve_number') }} @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($part->images->count() > 0)
@endif
@push('scripts') @endpush @endsection