@extends('backEnd.master') @section('title') @lang('common.weekend') @endsection @section('mainContent') @lang('common.weekend') @lang('common.dashboard') @lang('system_settings.system_settings') @lang('common.weekend') @lang('system_settings.day_list') @lang('common.name') @lang('common.weekend') @lang('common.action') @foreach($weekends as $weekend) {{@$weekend->name}} @if(@$weekend->is_weekend == 1) yes @else {{'No'}} @endif is_weekend == 0? '':'checked'}}> @endforeach @endsection @push('script') @endpush