@extends('layouts.master') @section('content')
Campaigns

Campaigns List Add Campaign

{{--

--}} {{--
--}}
{{-- --}} @foreach ($campaigns as $key => $type) @php $get_service = App\other_service::where('id_other_services', $type->services_id)->first(); $get_sub_service = App\other_service::where('parent_id', $type->services_id)->get(); @endphp {{-- --}} @endforeach {{-- --}}
S.No Campaign Name Start Date End DateServices NameDescription status Services Created At Operations
{{ $key + 1 }} {{ $type->campaign_name }} 01-01-1970 01-01-1970{{ $get_service->service_name }}{{ $type->description }} @if ($type->status == 'Active') {{ $type->status }} @else {{ $type->status }} @endif
: @foreach($get_sub_service as $sub_services) , @endforeach
01-01-1970 Edit Delete
S.No Campaign Name Start Date End DateServices NameDescription status Services Created At Operations
{{--
--}} @endsection @push('scripts') @endpush