@extends('layouts.app') @section('content')

Edit Organization

@csrf
Type
Detail
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('gstNumber')) {{ $errors->first('gstNumber') }} @endif
Address
@if ($errors->has('district')) {{ $errors->first('district') }} @endif
Settings
@if(isset($organization) && $organization->status == 'active') @else @endif
Cancel
@endsection @push('footerScripts')