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

{{translate('add_new_employee')}}

@csrf
{{translate('general_information')}}
( {{translate('ratio').' '.'1:1'}} )
{{translate('account_Information')}}
@endsection @push('script') @endpush