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

{{__('Blocked Organizations')}}

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