@extends('admin.layouts.admin') @section('title') Admin | Ordered Campaign List @endsection @section('styles') @endsection @section('content')

All Ordered Campaign

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Event Organizer Event Event Promotion Organization Amount (total) Status Action id user email user phone event name event unique id organization name organization email organization phone organization unique id
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection