@extends('layouts.master') @section('content') @section('title') @lang('translation.Form_Layouts') @endsection @section('css') @endsection @php $working_count = $working_hours->count(); $working_loop = $working_count ? $working_hours : get_days(); @endphp @section('content') @include('components.breadcum')