@extends('layouts.master') @section('pagetitle') Manage Shop Time @endsection @section('title') Manage Shop Time @endsection @section('content') @php $days = [ ucfirst('monday'), ucfirst('tuesday'), ucfirst('wednesday'), ucfirst('thursday'), ucfirst('friday'), ucfirst('saturday'), ucfirst('sunday'), ]; @endphp

Manage Shop Time

@include('layouts.alert')
@csrf
@foreach( $days as $key => $d )
@endforeach
@endsection @section('script') @endsection