@extends('layouts.default') @section('content')
@method("PUT") @csrf
@include('shifts.edit')
@include('rules.index')
@endsection