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

{{ __('Organization') }}

@if( app('request')->has('error'))
You were not authorized to view the last page.
@endif
@endsection @section('scripts') @endsection