{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!}
@csrf
@foreach ($data as $row)
@if($row->key=='fcm_key')
@endif
@endforeach
{!! Form::close() !!}