@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')

{!! csrf_field() !!} @include('base::partials.errors')

@{{ errors.subject.message }}

@{{ errors.message.message }}

  
@endsection @section('scripts') @endsection