@extends('layouts.master') @section('title'){{__('sidebar.work_days')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.work_off')}} @endslot @slot('subtitle') {{__('sidebar.work_days')}} @endslot @endcomponent
@csrf {{-- {{isset($industy)?method_field('PUT'):''}} --}}
@if(isset($work_day_off) && $work_day_off->count() > 0) @foreach ($work_day_off as $item)
@endforeach @else
{{-- --}}
@endif

@if(isset($work_day_off) && $work_day_off->count() > 0) @else @endif
@endsection @section('scripts') @endsection