@extends('layouts.backend') @section('extraCss') @endsection @php $reqpos = !empty($podetail->id) ? $podetail->pos_id : request("pos_id"); @endphp @section('mainContentArea')
@csrf

Purchase Order For Assest

back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($errors->has('inhouse_date')) {{ $errors->first('inhouse_date') }} @endif
@if ($errors->has('deliver_at')) {{ $errors->first('deliver_at') }} @endif
@if ($errors->has('remark')) {{ $errors->first('remark') }} @endif
Assest Details


@if ($errors->has('asset_category')) {{ $errors->first('asset_category') }} @endif
id) ? '' : 'required'}} /> @if ($errors->has('asset_name')) {{ $errors->first('asset_name') }} @endif
id) ? '' : 'required'}} /> @if ($errors->has('asset_qty')) {{ $errors->first('asset_qty') }} @endif
id) ? '' : 'required'}} /> @if ($errors->has('asset_rate')) {{ $errors->first('asset_rate') }} @endif
@php $count = 0; @endphp @if(!empty($podetail->items) && count($podetail->items) > 0) @foreach($podetail->items as $key => $value) @php $count = $key +1 ; @endphp @endforeach @endif
Category Sub Category Item Name Quantity Rate Delete
@endsection @section('extraJs') @endsection