@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content') @csrf @method('PUT') {{ trans('public.name') }} @error('organ_name') {{ $message }} @enderror {{ trans('public.student_limit') }} @error('student_limit') {{ $message }} @enderror {{ trans('public.parent_organisation') }} @if($organisation->parent_organ_id) {{ \App\Models\Organisation::find($organisation->parent_organ_id)->organ_name ?? trans('public.no_parent_organisation') }} @else {{ trans('public.no_parent_organisation') }} @endif {{ trans('public.organisation_logo') }} @error('organ_logo') {{ $message }} @enderror {{ trans('public.status') }} status) == 'active' ? 'selected' : '' }}>{{ trans('public.active') }} status) == 'inactive' ? 'selected' : '' }}>{{ trans('public.inactive') }} @error('status') {{ $message }} @enderror {{ trans('public.description') }} {{ old('description', $organisation->description) }} @error('description') {{ $message }} @enderror {{ trans('public.save_changes') }} @endsection @push('scripts_bottom') {{-- --}} @endpush