@extends('layouts.app') @section('title', __('repair::lang.job_sheets')) @section('content') @include('repair::layouts.nav')
@component('components.filters', ['title' => __('report.filters'), 'closed' => false])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('contact_id', __('role.customer') . ':') !!} {!! Form::select('contact_id', $customers, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@if(in_array('service_staff' ,$enabled_modules) && !$is_user_service_staff)
{!! Form::label('technician', __('repair::lang.technician') . ':') !!} {!! Form::select('technician', $service_staffs, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@endif
{!! Form::label('status_id', __('sale.status') . ':') !!} {!! Form::select('status_id', $status_dropdown['statuses'], null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@endcomponent
@if(in_array('service_staff' ,$enabled_modules)) @endif @if(!empty($repair_settings['job_sheet_custom_field_1'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_2'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_3'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_4'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_5'])) @endif
@lang('messages.action') @lang('repair::lang.service_type') @lang('lang_v1.due_date') @lang('repair::lang.job_sheet_no') @lang('sale.invoice_no') @lang('sale.status')@lang('repair::lang.technician') @lang('role.customer') @lang('business.location') @lang('product.brand') @lang('repair::lang.device') @lang('repair::lang.device_model') @lang('repair::lang.serial_no') @lang('repair::lang.estimated_cost'){{$repair_settings['job_sheet_custom_field_1']}}{{$repair_settings['job_sheet_custom_field_2']}}{{$repair_settings['job_sheet_custom_field_3']}}{{$repair_settings['job_sheet_custom_field_4']}}{{$repair_settings['job_sheet_custom_field_5']}}@lang('lang_v1.added_by') @lang('lang_v1.created_at')
@if(in_array('service_staff' ,$enabled_modules)) @endif @if(!empty($repair_settings['job_sheet_custom_field_1'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_2'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_3'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_4'])) @endif @if(!empty($repair_settings['job_sheet_custom_field_5'])) @endif
@lang('messages.action') @lang('repair::lang.service_type') @lang('lang_v1.due_date') @lang('repair::lang.job_sheet_no') @lang('sale.invoice_no') @lang('sale.status')@lang('repair::lang.technician') @lang('role.customer') @lang('business.location') @lang('product.brand') @lang('repair::lang.device') @lang('repair::lang.device_model') @lang('repair::lang.serial_no') @lang('repair::lang.estimated_cost'){{$repair_settings['job_sheet_custom_field_1']}}{{$repair_settings['job_sheet_custom_field_2']}}{{$repair_settings['job_sheet_custom_field_3']}}{{$repair_settings['job_sheet_custom_field_4']}}{{$repair_settings['job_sheet_custom_field_5']}}@lang('lang_v1.added_by') @lang('lang_v1.created_at')
@stop @section('javascript') @endsection