@extends('admin.layouts.admin') @section('title') Admin | Associate Organizations List @endsection @section('styles') @endsection @section('content')

All Associate Charitable Organizations

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $recordDetails['restaurant_name']??'' }}

@if(false) Add New @endif
Organization ID Charitable Organization Name Zip Email Phone Status Action id
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection