@extends('layouts.master', [ 'title' => __('app.gate_check_in') . ' - ' . __('app.worker'), 'icon_back' => true, 'url' => route('gate-in.employee'), ]) @push('meta') @endpush @push("styles") @endpush @section('content') @php $sqlNumber = DB::table('number_of_days') ->where('id', '=', 1) ->first(); @endphp