@extends('admin.layouts.app') @section('content')

Organizations Services

@if( isset($organizations) ) @php $i=1; @endphp @foreach( $organizations as $result ) @endforeach @endif
ID Service Provicer Name Image Status Action
{{ $i++ }} {{ $result->organization_name }}
    @if($result->status == 'Active')
  • Active
  • @else
  • Inactive
  • @endif
@section('scripts') @endsection @endsection