@extends('admin.layout.master') @section('content')
{{ method_field('PUT') }} {{ csrf_field() }}
ویرایش سازمان @include('share.extra.back2',['route'=>route('admin.organization.organization.index')])
موارد بیشتر @include('share.forms.error',['name'=>'admins_id'])
موارد بیشتر @include('share.forms.error',['name'=>'admins_id'])
@include('share.forms.input',['name'=>'title','title'=>'نام سازمان','value'=>$organization->title])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>$organization->status])
@include('share.forms.file',['name'=>'logo','title'=>'لوگو']) @if($organization->logo) @endif
@include('share.forms.file',['name'=>'picture','title'=>'عکس']) @if($organization->picture) @endif
@endsection @push('scripts') @endpush @push('styles') @endpush