@component('components.panel', ['title' => isset($client) ? $client->full_name : 'New company', 'icon' => 'account_balance'])
@if (isset($client)) {!! Form::model($client, array('url' => $type . '/' . $client->id, 'method' => 'put', 'files'=> true)) !!} {!! Form::hidden('id',$client->id) !!} @else {!! Form::open(array('url' => $type, 'method' => 'post', 'files'=> true)) !!} @endif {!! Form::hidden('type', 2) !!}