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

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


{!! csrf_field() !!}  

@include('base::partials.errors')
{!! csrf_field() !!}
{{trans('organizations::index.add_organization')}}
@include('base::partials.errors')

@{{errors.name.message}}

@endsection @section('scripts') @endsection