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

All Campaign

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Note: select admin request "sent" first
@if(false) @endif
Event Organizer Event Event Promotion Organization Restaurant(s) 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