@extends('admin.layout.index') {{-- Page Title --}} @section('title') ویرایش سازمان @endsection {{-- Custom Styles --}} @section('style') @endsection {{-- JavaScript for City/Province Dependency --}} @section('script') @endsection {{-- Page Content --}} @section('content')
@endsection