@extends('layouts.app') @section('title', 'ایجاد سازمان') @section('content')

ایجاد سازمان جدید

@if($errors->any())
@endif
@csrf
انصراف
@include('partials.custom_fields')
@endsection