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

Organization

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'organizations.store' , 'files' => true ]) !!} @include('organizations.fields') {!! Form::close() !!}
@endsection