@extends('layouts.back-end.app')
@section('title','Employee Edit')
@push('css_or_js')
@endpush
@section('content')
{{trans('messages.Employee')}} {{trans('messages.Update')}}
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'employee-image-modal'])
@endsection
@push('script')
@include('shared-partials.image-process._script',[
'id'=>'employee-image-modal',
'height'=>200,
'width'=>200,
'multi_image'=>false,
'route'=>route('image-upload')
])
@endpush