@extends('layouts.app') @section('title') {{ __('messages.organization.organization_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('organisation.show_fields')
@endsection