@extends('layouts.admin.app')
@section('title', translate('Employee Edit'))
@push('css_or_js')
@endpush
@section('content')
@include('admin-views.employee.partials.image-process._image-crop-modal',['modal_id'=>'employee-image-modal'])
@endsection
@push('script_2')
@include('admin-views.employee.partials.image-process._script',[
'id'=>'employee-image-modal',
'height'=>200,
'width'=>200,
'multi_image'=>false,
'route'=>null
])
@endpush