@extends('organizations.layouts.default') @section('content')
{!! htmlScriptTagJsApi() !!} @include('organizations.layouts.partials.breadcrumb')
{{ html()->modelForm($model, getMethod($model), getMethod($model) == 'POST' ? route('organization.' . $route . '.store') : route('organization.' . $route . '.update', $model->id))->id('form-validator')->acceptsFiles()->open() }} @if ($model->translatable)
@else
@yield('form')
@endif
{{ __('organizations.Cancel') }}
{{ html()->closeModelForm() }}
@endsection