@extends('admin.layout.master') @section('title', 'Work Order Management') @section('custom_style') @endsection @section('content')

{{ __('obs.work_order_list') }}

@include('v2.inventory.global.party_live_dd', [ 'type' => 2, // 1 = vendor, 2 = customer 'cls' => 'p', 'id' => 'party_id', 'name' => 'party_id', 'selected_party' => null, 'skip_add_new' => 1 ])
{!! getDateInput('start_date', 'start_date', Request()->start_date) !!} {!! getDateInput('end_date', 'end_date', Request()->end_date) !!}
@endsection @section('script') @endsection