@if (isset($company))
{!! Form::model($company, ['url' => $type . '/' . $company->id, 'method' => 'put', 'files'=> true, 'id'=>'company']) !!}
@else
{!! Form::open(['url' => $type, 'method' => 'post', 'files'=> true, 'id'=>'company']) !!}
@endif
@section('scripts')
@endsection