@extends('layouts.app') @section('content') @section('css') @endsection @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
Note!
1: Select user with you want to swap shift
2: Click on the shift and then select your shift you want to swap with other user

{{ isset($title)?$title:'' }}

Users

@if(isset($users) && !empty($users)) @foreach($users as $row) @endforeach @endif
@include('admin.schedules.shift_swap_modal') @section('js') @endsection @endsection