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

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

{{trans('messages.employee_form')}}
@csrf

Product 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