@extends('layouts.app') @section('content')

Organization

@include('adminlte-templates::common.errors')
{!! Form::model($organization, ['route' => ['organizations.update', $organization->id], 'method' => 'patch' , 'files' => true ]) !!} @include('organizations.fields') {!! Form::close() !!}
@endsection