@extends('layouts.app',['path'=>'organizations']) @section('content')
@include('partials.new_alerts')
Add Organization
@csrf
{{ $errors->first('email') }}
{{--
@if($data['data']['organization']['logo']) @endif
--}} @php $bankShortNames = ['abl', 'fbl', 'hbl', 'mbl', 'mcb', 'ubl']; @endphp
User for this organization
{{ $errors->first('user_email') }}
@endsection @push('scripts') @endpush