@extends('layouts.horizontal', ['withLoader' => true]) @section('css') @endsection @section('content')
Create organisation
@csrf
About the organisation
Opening days and times
@foreach(config('constant.collection_days') as $key => $day)
@endforeach
Account Type
Select any that applies or leave blank and select "Finish" to proceed
@endsection @section('script-bottom') @endsection