@extends('admin.layouts.master') @section('title', 'Add Employee') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->image))
@endif
@if($data ?? '') @php $cityIds=json_decode($data->cityId,true); @endphp @endif
@php $localityids = []; if($data ?? '') if($data->localityId){ $localityids = is_array(json_decode($data->localityId,true)) ? json_decode($data->localityId,true) : [$data->localityId]; } @endphp
@php $assign_customer_type = []; if(isset($data) && isset($telecoller_assign_customer_type->customer_type)){ $assign_customer_type = explode(',', $telecoller_assign_customer_type->customer_type); } @endphp
@if($data ?? '')
@endif
user_type==2) style="display: none" @endif @endif>
user_type==2) style="display: none" @endif @endif>
@endsection