@extends('layouts.master') @section('title') {{ translate('setting') }} @endsection @section('content')
{!! Form::open(array('url' => url('setting/update'), 'method' => 'post', 'name' => 'form','class'=>"form-horizontal","enctype"=>"multipart/form-data")) !!}
{{ translate('setting') }}
{!! Form::close() !!}
@endsection @section('footer-scripts') @endsection