@extends('Layouts.dashboardLayout')
@section('content')
@include('Includes.messages')
All Organization/ Clients
@php $count = 0 @endphp
| S/N |
Organization |
Branch |
Action |
@foreach($organizations as $organization)
@php $count = $count +1 @endphp
| {{$organization->id}} |
{{$organization->organization}} |
|
|
@endforeach
@endsection
@section('scripts')
@stop