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

Organizations

Organization

{{-- Create Building --}}
@foreach ($collection as $item) @endforeach
Image Name Phone Clan Id Number Email City State Address Action
{{ $item->name }} {{ $item->phone }} {{ $item->clan }} {{ $item->id_number }} {{ $item->email }} {{ $item->city }} {{ $item->state }} {{ $item->address }} {{--
@method('delete') @csrf
--}}
@endsection @section('js') @endsection