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

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

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

Add App Customization


{!! csrf_field() !!}
example placeholder
@endsection @section('scripts') @endsection