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

Add 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
Security
Specify the password of organization.
Specify the confirm password of organization.
Settings
Cancel
@endsection @push('footerScripts')