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

{{ __('messages.organization.edit_organization') }}

{{ __('messages.common.back') }}
@include('layouts.errors')
{!! Form::open(['route' => ['organisation.update', $user->id], 'method' => 'put', 'files' => 'true', 'id' => 'userEditForm']) !!} @include('organisation.fields') {{ Form::close() }}
@endsection