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

{{trans('messages.Employee')}} {{trans('messages.Update')}}

{{trans('messages.Employee')}} {{trans('messages.Update')}} {{trans('messages.form')}}
@csrf
( input if you want to change )
Employee thumbnail
@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