@extends('home') @section('title') {!! __('Units') !!} - {{ __('Edit') }} @endsection @section('styles') @endsection @section('content')
{!! Form::open(array('route' => ['admin.unit.update',$unit->id],'method' => 'put' ,'files' => true ,'class' => 'form-horizontal','id' => 'form_new_company')) !!}
{{ __('Update') }}
@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
@endforeach
publish) checked="checked" @endif value="1" type="checkbox" class="make-switch" data-on-text="" data-off-text="">
{{ __('Cancel') }}
{!! Form::close() !!} @endsection @section('scripts') @endsection