@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{ __('organizations::index.organization') }}

@include('base::layouts.subnav')

@include('organizations::announcment.nav-tabs')



@include('base::partials.errors')
@endsection @section('scripts') @endsection