S.No | Campaign Name | Start Date | End Date | {{--Services Name | --}}Description | status | Services | Created At | Operations |
---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $type->campaign_name }} | 01-01-1970 | 01-01-1970 | @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 {{--{{ $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 Date | {{--Services Name | --}}Description | status | Services | Created At | Operations |