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

Organizations

@php if(count($organizations) > 1) $count = 'organizations'; else $count = 'organization'; @endphp

You have total {{ count($organizations) }} {{ $count }}.

#
Organization Name Contact Person Contact Number Industry Type Status Created at Action
@php $filterAction = array( array( 'label' => 'Clear Filter', 'type' => 'danger resetFilter', 'click' => '', ), array( 'label' => 'Submit', 'type' => 'primary', 'click' => '', ) ); @endphp
@csrf
@endsection @push('footerScripts')