@extends('layouts.view') @section('title','Users Management') @section('links') @endsection @section('content')
@if(isset($user)) {{$title = $user->name.' '.trans('lang.edit')}} @else {{$title = trans('lang.addemp')}} @endif

{{$title}}

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@if(isset($user)) {{$title = $user->name.' '.trans('lang.edit')}} @else {{$title = trans('lang.addemp')}} @endif :

@csrf @if(isset($user)) @method('PUT') @endif

{{trans('lang.basicinfo')}}

@if(!isset($user))
@endif

{{trans('lang.hrinfo')}}

{{trans('lang.financial_info')}}

@if(isset($user)) @foreach($user->allowances as $allowance)
{{trans('lang.delete')}}
@endforeach @endif
{{trans('lang.delete')}}
Add

{{trans('lang.official_info')}}

@endsection @section('scripts') @endsection {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}