@extends('layouts.admin') @section('title', 'အစိတ်အပိုင်းများစာရင်း') @push('styles') @endpush @push('scripts') @endpush @section('content')

အစိတ်အပိုင်းများစာရင်း

@include('admins.partials.breadcrumbs')
စာရင်းထည့်သွင်းရန်ပုံစံ
@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

@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
@push('scripts') @endpush @endsection