@extends('layouts.user-app') @section('title') Our Organization @endsection @section('styles') @endsection @section('content') @include('partial.user-top-menu')

Our Organization

Organization {{ ucwords($organization->name) }}
Owner {{ ucwords($organization->user->fname.' '.$organization->user->lname) }}
Email {{ $organization->user->email }}
Designation {{ ucwords($organization->designation) }}
Contact No {{ $organization->contact_no }}
Address {{ $organization->address }}
Reg Certificate View Registration Certificate
Audit Report View Audit Report
Action
@endsection @section('scripts') @endsection