@extends('layouts.app') @section('title', 'Edit Organization') @section('content')

Edit Organization

Modules Back
@include('partials.alerts')
@csrf @method('PUT')
Organization Details
নির্ধারণ করে মোবাইল অ্যাপে কোন ফিচার সেট চালু থাকবে।
{{-- Owner login account: change email / reset password --}}
Owner Login & Password
@if ($owner)
@csrf @method('PUT')
@error('owner_name')
{{ $message }}
@enderror
@error('owner_email')
{{ $message }}
@enderror
@error('owner_password')
{{ $message }}
@enderror Min 6 characters. Leave blank to keep the current password.
@else
This organization has no owner account (user_type = user) yet.
@endif
@endsection