@extends('layouts.app') @section('title', __('gbs::lang.Map')) @section('content')

@lang('gbs::lang.Map')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::select('customer-search', $contact_dropdown, null , ['class' => 'form-control select2', 'id' => 'customer-search', 'placeholder' => __('lang_v1.all'), 'style' => 'width:100%']); !!}
{!! Form::select('cg_filter', $customer_groups, null, ['class' => 'form-control', 'id' => 'cg_filter']) !!}
{!! Form::select('tag_filter', $tags, null, ['class' => 'form-control', 'id' => 'tag_filter']) !!}
{!! Form::label('assigned_to', __('lang_v1.assigned_to') . ':') !!} {!! Form::select('assigned_to', $users, null, ['class' => 'form-control', 'style' => 'width:100%', 'id' => 'assigned_to']) !!}
{!! Form::select('root_id', $routes, null, ['class' => 'form-control', 'id' => 'root_filter']) !!}
{!! Form::select( 'status_filter', ['active' => __('business.is_active'), 'inactive' => __('lang_v1.inactive')], 'active', {{-- ✅ اجعل القيمة الافتراضية هي "active" --}} ['class' => 'form-control', 'id' => 'status_filter'] ) !!}
{!! Form::label('parent_sector_id', __('lang_v1.customer_sector')) !!} {!! Form::select('parent_sector_id', $parent_sectors, request('parent_sector_id'), ['class' => 'form-control', 'id' => 'parent_sector_id']) !!}
@endcomponent



@component('components.widget', ['class' => 'box-solid'])
@lang('gbs::lang.customer_sector') @lang('gbs::lang.parent_sector') @lang('gbs::lang.customers_number')
@lang('gbs::lang.tags') @lang('gbs::lang.tag_color') @lang('gbs::lang.customers_number')
@lang('lang_v1.customer_group') @lang('gbs::lang.customers_number')
@endcomponent
@endsection @section('javascript') @endsection