@extends('admin.layouts.master') @section('title') المحادثاث @endsection @section('css') @endsection @section('content-header')

المحادثاث

@endsection @section('content')
{{-- @if (!auth('employee')->check())
@csrf
@csrf

@csrf

@endif --}}
@csrf
@includeIf('admin.clients.filter_employee', [ 'supervisor' => auth('web')->check() || (auth('employee')->check() && auth('employee')->user()->type == 'supervisor'), ])
@include('admin.messages')
{!! $dataTable->table( [ 'class' => 'table table-bordered table-hover', ], true, ) !!}
@endsection @section('js') {!! $dataTable->scripts() !!} @endsection