@extends('layouts.admin') @section('title', 'Create Branch') @section('page-title', 'Create Branch') @section('page-subtitle', 'Add a new branch to the organization') @section('content')
@if(session('error'))
{{ session('error') }}
@endif

Add New Branch

@csrf

Select the parent organization this branch belongs to

Accepted formats: PNG, JPG, JPEG, SVG. Max size: 2MB

Cancel
@endsection