@extends('admin.layout.master') @section('content')

Base Controls

{{csrf_field()}} {{method_field('put')}} @include('admin.layout.message')

@lang('admin.days')

@if($rows->Days->count() > 0) @foreach ( $rows->Days as $index => $reason )
{{--@dd($reason)--}}
@if($loop->first)
@else {{--
--}} {{-- --}} {{--
--}}
@endif
@endforeach @else
@endif
@endsection @push('js') @endpush