@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') {{ (isset($edit_list) and !empty($edit_list)) ? 'Edit' : 'Add' }} Employee @endslot @endcomponent