@extends('layouts.admin')
@section('content')
Organizations
Image |
Name |
Phone
|
Clan
|
Id Number
|
Email
|
City
|
State
|
Address |
Action
|
@foreach ($collection as $item)
|
{{ $item->name }} |
{{ $item->phone }} |
{{ $item->clan }} |
{{ $item->id_number }} |
{{ $item->email }} |
{{ $item->city }}
| {{ $item->state }}
|
{{ $item->address }}
|
{{--
--}}
|
@endforeach
@endsection
@section('js')
@endsection