{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!} {!! Form::hidden('company_id', auth()->user()->id) !!}
{!! Form::label('phone', 'Phone:') !!} {!! Form::text('phone', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('email', 'Email:') !!} {!! Form::email('email', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('address', 'Address:') !!} {!! Form::text('address', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('currency_symbol', 'Currency Symbol:') !!} {!! Form::text('currency_symbol', null, ['class' => 'form-control', 'maxlength' => 255]) !!}
{!! Form::label('detail', 'Detail:') !!} {!! Form::textarea('detail', null, ['class' => 'form-control', 'maxlength' => 65535,'rows'=>4]) !!}
status) checked @endisset />
{{--
@php if(isset($branches) && $branches->image_name){ $image_url = asset('uploads/'.$branches->image_name); }else{ $image_url = 'https://placehold.co/300X100?text=Branch+Logo'; } @endphp
--}}