@extends('layouts.back-end.app') @section('title', translate('employee_Edit')) @push('css_or_js') @endpush @section('content')

{{translate('employee_update')}}

@csrf
{{translate('general_information')}}
( {{translate('ratio').'1:1'}})
@if ($employee['identify_image']) @foreach($employee->identify_images_full_url as $img)
@endforeach @endif
{{translate('account_information')}}
@endsection @push('script') @endpush