@extends('layouts.app') @section('title', __('messages.settings')) @section('content') @include('repair::layouts.nav')
@php $cat_code_enabled = isset($module_category_data['enable_taxonomy_code']) && !$module_category_data['enable_taxonomy_code'] ? false : true; @endphp
@includeIf('repair::status.index')
{!! Form::label('brand_id', __('product.brand') . ':') !!} {!! Form::select('brand_id', $brands, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('device_id', __('repair::lang.device') . ':') !!} {!! Form::select('device_id', $devices, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@includeIf('repair::device_model.index')
@includeIf('repair::settings.partials.repair_settings_tab')
@includeIf('repair::settings.partials.jobsheet_settings_tab')
@stop @section('javascript') @includeIf('taxonomy.taxonomies_js') @endsection