@extends('admin.layouts.main') @section('title') Contacts @endsection @section('content')
@include("admin.common.sidebar")

{{ @trans('contact.contacts') }}

@permission('contact-write') {{ @trans('contact.create_new') }} @endpermission
search close
Total @{{ total }}
# {{ @trans('contact.name') }} {{ @trans('contact.phone') }} {{ @trans('contact.email') }} {{ @trans('contact.company_name') }} {{ @trans('contact.company_type') }} {{ @trans('contact.action') }}
@{{ from + index }} @{{ item.first_name }} @{{ item.last_name }} @{{ item.mobile }} - @{{ item.email }} - @{{ item.companies.name }} Client,Supplier Supplier Client remove_red_eye @permission('contact-write') edit @endpermission {{-- @permission('contact-delete') delete @endpermission --}}
@endsection @push('pageModals') @include('admin.components.modal_delete_js') @endpush @push('pageJs') @endpush