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

Organization Updates

Organization Updates

{{-- Add Loan --}}
@foreach ($collection as $item) @endforeach
Name Type Username City State Vilage Location Adress Phone ID Number email Status Action
{{ $item->name }} {{ $item->organization_type }} {{ $item->user_name }} {{ $item->city }} {{ $item->state }} {{ $item->village }} {{ $item->location }} {{ $item->address }} {{ $item->phone }} {{ $item->id_number }} {{ $item->email }} {{ $item->status }}
@method('put') @csrf
@method('put') @csrf
@endsection @section('js') @endsection