@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@foreach($shifts as $s) @endforeach
Sno Shift Name Timing Description Action
{{$loop->iteration}}. {{$s->name}} {{$s->timing}} {{$s->description}} $s->id])}}">
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection