@extends('layouts.app') @section('title', '| Other') @section('content')
@lang('setting.barcode')
{{Form::model(get_setting() ,['route' => ['setting.otherUpdate' , get_setting()->id],'method' => 'PUT', 'class' => 'form-horizontal' ])}}
{{Form::close()}}
@endsection