@extends('layouts.app') @section('head') @endsection @section('breadcrumb')

@lang('Edit Company')

@endsection @section('content') @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif
@csrf @method('PUT')
@lang('Client name'): *
@lang('Description'):
Лицевой счёт: {{-- {!! Form::select('dognum', [], $company->dognum, ['class' => 'form-control', 'multiple', 'data-role' => 'tagsinput']) !!}--}}
@endsection @push('scripts') @endpush