@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{ __('#') }} {{ __('Name') }} {{ __('Description') }} {{ __('Status') }} {{ __('Action') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Activate Campaign modal --}} {{-- Deactivate Campaign modal --}} {{-- Delete Campaign modal --}} @endsection {{-- Custom JS --}} @section('scripts') @endsection