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

{{__('Approved Organizations')}}

@foreach($organizations as $organization) @endforeach
{{__('Image')}} {{__('Name')}} {{__('Professional_title')}} {{__('Phone Number')}} {{__('Country')}} {{__('State')}} {{__('Auto Content Approval')}} {{__('Action')}}
{{$organization->name}} {{$organization->professional_title}} {{$organization->phone_number}} {{$organization->country ? $organization->country->country_name : '' }} {{$organization->state ? $organization->state->name : '' }}
{{$organizations->links()}}
@endsection @push('style') @endpush @push('script') @endpush