@extends('tenants.layouts.master') @section('title') @lang('Worklocation Add') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Worklocatoin @endslot @slot('title') @lang(!empty($edit_list) ? 'Edit Work Location' : 'Add Work Location') @endslot @endcomponent

@lang(!empty($edit_list) ? 'Work Location Edit' : 'Work Location Add')

@endsection @section('script') @endsection