@extends('layouts.admin-app') @section('title') Categories @endsection @section('styles') @endsection @section('content') @include('partial.top-menu')

Organizations

@foreach($organizations as $k => $organization) @if(!is_null($organization->user)) @endif @endforeach
Name Owner Email Designation Contact No Address Reg Certificate Audit Report Action
{{ ucwords($organization->name) }} {{ ucwords($organization->user->fname.' '.$organization->user->lname) }} {{ $organization->user->email }} {{ ucwords($organization->designation) }} {{ $organization->contact_no }} {{ $organization->address }} View Registration Certificate View Audit Report
@endsection @section('scripts') @endsection