@extends('layouts.app') @section('title', 'নতুন অর্ডার') @section('page-title', 'নতুন অফিস অর্ডার তৈরি') @section('content')
অর্ডারের তথ্য
@csrf {{-- Customer --}}
গ্রাহক
@error('customer_id')
{{ $message }}
@enderror
{{-- Order Items --}}
সিলিন্ডার আইটেম
৳০
{{-- Payment --}}
পেমেন্ট
০.০০
০.০০
বাতিল
{{-- Sidebar info --}}
স্টক অবস্থা
@foreach($types as $t)
{{ $t->name }} {{ \App\Models\Cylinder::where('cylinder_type_id', $t->id)->where('status','full')->where('holder_type','warehouse')->count() }} ভর্তি
@endforeach
@endsection @push('scripts') @endpush