@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Campaigns')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @if(Auth::user()->customer->getOption('delete_sms_history') == 'yes') {{ __('locale.labels.actions') }} {{ __('locale.datatables.bulk_delete') }} @endif @if(Auth::user()->customer->getOption('list_export') == 'yes') {{__('locale.buttons.export')}} @endif {{ __('locale.labels.id') }} {{__('locale.labels.name')}} {{__('locale.menu.Contacts')}} {{__('locale.labels.sms_type')}} {{__('locale.labels.campaigns_type')}} {{__('locale.labels.status')}} {{__('locale.labels.actions')}} @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection