@extends('layout.app') @section('title') {{ __('الجهات او العملاء') }} @stop @section('css') @stop @section('content')
{{ __('الاسم') }} {{ __('رقم التواصل') }} {{ __('المسؤول') }} {{ __('الايميل') }} {{ __('Action') }}
@endsection @section('js') {{-- --}} @stop