{!! Form::text('name', Input::old('name'), ['id' => 'name', 'class' => 'form-control', 'required' => 'true']) !!}
{!! Form::text('bn_name', Input::old('bn_name'), ['id' => 'bn_name', 'class' => 'form-control']) !!}
{!! Form::text('designation', Input::old('designation'), ['id' => 'designation', 'class' => 'form-control']) !!}
{!! Form::text('bn_designation', Input::old('bn_designation'), ['id' => 'bn_designation', 'class' => 'form-control']) !!}
{!! Form::text('fax', Input::old('fax'), ['id' => 'fax', 'class' => 'form-control datapicker2', 'autocomplete'=>'off', 'required' => 'true', 'readonly' => 'true']) !!}
{!! Form::text('phone', Input::old('phone'), ['id' => 'phone', 'class' => 'form-control datapicker2', 'autocomplete'=>'off', 'readonly' => 'true']) !!}
{!! Form::text('email', Input::old('email'), ['id' => 'email', 'class' => 'form-control']) !!}
{!! Form::text('website', Input::old('website'), ['id' => 'website', 'class' => 'form-control']) !!}
{!! Form::textarea('full_content', Input::old('full_content'), [ 'id' => 'full_content', 'class' => 'form-control fullEditor', ]) !!}
{!! Form::textarea('bn_full_content', Input::old('bn_full_content'), [ 'id' => 'bn_full_content', 'class' => 'form-control fullEditor', ]) !!}
member_type)) {!! in_array(1, explode(',', $target->member_type)) ? 'checked="checked"' : null !!} @endif> member_type)) {!! in_array(2, explode(',', $target->member_type)) ? 'checked="checked"' : null !!} @endif> member_type)) {!! in_array(3, explode(',', $target->member_type)) ? 'checked="checked"' : null !!} @endif> member_type)) {!! in_array(4, explode(',', $target->member_type)) ? 'checked="checked"' : null !!} @endif> member_type)) {!! in_array(5, explode(',', $target->member_type)) ? 'checked="checked"' : null !!} @endif>
{!! Form::number('order_no', Input::old('order_no'), ['id' => 'order_no', 'class' => 'form-control']) !!}
@if (isset($target)) @if ($target->image != null) @else @endif @else @endif
{!! Form::select('status_id', ['1' => 'Active', '2' => 'Inactive'], Input::old('status_id'), [ 'class' => 'selectpicker form-control', 'id' => 'status-id', ]) !!}
{{--
@if (isset($target)) @if ($target['team_members']) @foreach ($target['team_members'] as $team_members)
{!! Form::text('name_social[]', $team_members->name, ['id' => 'name_social', 'class' => 'form-control']) !!} {!! $errors->first('name_social') !!}
{!! Form::text('url[]', $team_members->url, ['id' => 'url', 'class' => 'form-control']) !!} {!! $errors->first('url') !!}
@endforeach @endif @else @endif

Add Social Links

--}} {{-- --}} @section('js') @endsection