@php $company_settings = getCompanyAllSetting(); @endphp {{ Form::model($department, ['route' => ['department.update', $department->id], 'method' => 'PUT', 'class' => 'needs-validation', 'novalidate']) }} {{ Form::close() }}