@extends('layouts.app') @section('content')

{{__('lang.admin_menu_holidays')}}

{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!} @foreach ($data as $row) @if($row->key=='mon_working')
@endif @if($row->key=='tue_working')
@endif @if($row->key=='wed_working')
@endif @if($row->key=='thu_working')
@endif @if($row->key=='fri_working')
@endif @if($row->key=='sat_working')
@endif @if($row->key=='sun_working')
@endif @endforeach
{!! Form::close() !!}
@endsection