@extends('layouts.app') @section('content')
{{ _lang('Add New') }} {{ _lang('Imports') }} @if (Auth::user()->user_type == 'staff') @endif
{{ _lang('Lead List') }}
@if(Auth::user()->user_type == 'user' || Auth::user()->role_id == 17)
@endif @if(Auth::user()->user_type == 'user' || Auth::user()->role_id == 17 || Auth::user()->role_id == 8)
@endif

@if(Auth::user()->user_type == 'user' || Auth::user()->role_id == 17)

@endif @if(Auth::user()->user_type == 'user' || Auth::user()->role_id == 17) @endif
ID{{ _lang('Company Name') }} {{ _lang('Phone') }} {{ _lang('Address') }} {{ _lang('Status') }} {{ _lang('Sales Person ') }} {{ _lang('TimeZone') }} {{ _lang('State') }} {{ _lang('Created Date ') }} {{ _lang('Action') }}
@endsection @section('js-script') @endsection