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

{{ _lang('Company ID') }} {{ _lang('Customer Name') }} {{ _lang('Customer Number ') }} {{ _lang('Customer Email') }} {{ _lang('Customer Name') }} {{ _lang('Amount') }} {{ _lang('Assigned User') }} {{ _lang('Status') }} {{ _lang('Date') }} {{ _lang('Action') }}
@endsection @section('js-script') @endsection