@extends('layouts.app') @section('title', 'Buat Order Servis') @section('breadcrumb') @endsection @section('styles') @endsection @section('content')
@csrf
{{-- Informasi Pelanggan --}}
Data Pelanggan
@error('customer_id')
{{ $message }}
@enderror
@error('received_date')
{{ $message }}
@enderror
Rp
Rp
km
{{-- Informasi Perangkat --}}
Data Perangkat
@error('device_type_id')
{{ $message }}
@enderror
@error('condition_incoming')
{{ $message }}
@enderror
@error('complaint')
{{ $message }}
@enderror
{{-- Detail Pekerjaan Servis --}}
Detail Pekerjaan Servis
Kategori Deskripsi Pekerjaan Qty Harga
Belum ada item. Klik "Tambah" untuk menambahkan.
{{-- Spare Part --}}
Spare Part Digunakan
Spare Part Qty Harga Satuan Subtotal
Belum ada spare part.
{{-- Catatan --}}
Batal
@endsection @section('scripts') @endsection