@extends('entity.app') @section('title' , __('employeeAffairs.edit_component')) @section('content') @include('components.errors')
@lang('employeeAffairs.edit_component') ({{$component->name}})
@csrf @method('PUT')
@lang('employeeAffairs.back')
@endsection