@extends('layouts.app') @section('form-title') {{ __(ucfirst(\Illuminate\Support\Str::singular($org_type))) }} - {{ $organisation->name }}@endsection @section('form-sub-title') {{ __($organisation->type_names) }} @endsection @section('breadcrumb') @if($type_available) @else @endif @endsection @section('content')
{{-- Main information start --}} @include('organisations.includes.main-info') {{-- Main information end --}} {{-- Projects start --}} @include('organisations.includes.projects') {{-- Projects end --}} {{-- Tasks start --}} @include('organisations.includes.tasks') {{-- Tasks end --}} {{-- Contacts start --}} @include('organisations.includes.contacts') {{-- Contacts end --}} {{-- Groups start --}} @include('organisations.includes.groups') {{-- Groups end --}}
@endsection @push('child-scripts') @if(!empty($organisation->latitude) && !empty($organisation->longitude)) @endif @endpush