@extends('dashboard.layouts.index') @section('page_title') @lang('global.lip') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.lip")

@component('dashboard.components.edit_text2',[ "name" => "title", "type" => "text", "title" => __("global.title"), ]) @endcomponent @component('dashboard.components.edit_text2',[ "name" => "check_in_time", "type" => "time", "title" => __("global.check_in_time"), ]) @endcomponent @component('dashboard.components.edit_text2',[ "name" => "checkout_in_time", "type" => "time", "title" => __("global.checkout_in_time"), ]) @endcomponent @component('dashboard.components.edit_text2',[ "name" => "over_time", "type" => "text", "title" => __("global.hour_of_extra_time"), ]) @endcomponent
@stop