@extends('backEnd.master') @section('title') @lang('common.weekend') @endsection @section('mainContent')

@lang('system_settings.day_list')

@foreach($weekends as $weekend) @endforeach
@lang('common.name') @lang('common.weekend') @lang('common.action')
{{@$weekend->name}} @if(@$weekend->is_weekend == 1) @else {{'No'}} @endif
@endsection @push('script') @endpush