@extends('layouts.app') @section('form-title') {{ __('Organisations per type') }} @endsection @section('form-sub-title') {{ __('Change the type of multiple organisations') }} @endsection @section('breadcrumb') @if(canViewUpdate('add organisation types') || canViewUpdate('edd organisation types')) @endif @endsection @section('content')
{{ __('Organisations') }}
{!! organisationTypesDropdown('organisation_type', $organisation_type->id) !!}
@csrf
{{ __('Organisation') }} {{ __('Type') }}
{{ __('With selected change organisation type to:') }}
{!! organisationTypesDropdown('new_organisation_type', 'no') !!}
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush