@extends('layouts.app') @section('title', 'الحملات') @section('page_title', 'الحملات') @section('page_subtitle', 'حملات الاتصال الصادر والوارد بأهداف ومواعيد وقواعد محاولات') @section('page_actions') @if (auth()->user()->hasPermission('campaigns.create')) @endif @endsection @section('content')
# الحملة النوع الفريق الفترة المكالمات الإنجاز الحالة إجراءات
@include('campaigns.partials.modal') @endsection @push('scripts') @endpush