@extends('tenants.layouts.master') @section('title') @if (isset($edit_list) and !empty($edit_list)) @lang('Edit Employee') @else @lang('Add Employee') @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