@extends('layouts.master') @section('mainContent')
@if(Auth::user()->hasPermission('company_weekdays','create')) @endif
@if ($weekdays->isNotEmpty()) @foreach ($weekdays as $wk => $weekday) @endforeach @endif
Dayname Start Time End Time Action
{{$weekday->day_name}} weekoff == 1 ? 'checked' : '' }}> WeekOff
Break Hours
@endsection