@extends('adminlte::page') @section('title', 'Core Services') @section('content_header')

Core Services

@stop @section('content')
@php $i= 1; @endphp @if(!empty($services)) @foreach ($services as $service) @php $i++; @endphp @endforeach @endif
No. Title Short Description Country Page Service Link Published/Drafted Created At Action
{{$i}}. {{$service['title']}} {{$service['short_desc']}} {{$service['service_country']}} {{$service['service_link']}} is_published == 1 ? 'checked' : '' }}> {{ $service->created_at->format('d-M-Y') }}
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@php $i= 1; @endphp @if(!empty($services_usa)) @foreach ($services_usa as $service) @php $i++; @endphp @endforeach @endif
No. Title Short Description Country Page Service Link Published/Drafted Created At Action
{{$i}}. {{$service['title']}} {{$service['short_desc']}} {{$service['service_country']}} {{$service['service_link']}} is_published == 1 ? 'checked' : '' }}> {{ $service->created_at->format('d-M-Y') }}
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@php $i= 1; @endphp @if(!empty($services_uk)) @foreach ($services_uk as $service) @php $i++; @endphp @endforeach @endif
No. Title Short Description Country Page Service Link Published/Drafted Created At Action
{{$i}}. {{$service['title']}} {{$service['short_desc']}} {{$service['service_country']}} {{$service['service_link']}} is_published == 1 ? 'checked' : '' }}> {{ $service->created_at->format('d-M-Y') }}
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@stop @section('css') @stop @section('js') @stop