@extends('tenants.layouts.master') @section('title') @if (isset($edit_list) and !empty($edit_list)) @lang('Employee Edit') @else @lang('Employee Add') @endif @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Employee @endslot @slot('title') Employee {{ (isset($edit_list) and !empty($edit_list)) ? 'Edit' : 'Add' }} @endslot @endcomponent
@csrf

Personal Details

@if (isset($edit_list->profiles->id)) Image preview @endif

(Only jpg, png, gif allowed)

{{--
@if (isset($edit_list->profiles->id))
{{ $edit_list->profiles->orginal_file_name }}
@endif
--}}

Organization Details

Role Details

Payrole Details

@endsection @section('script') @endsection