@extends('layouts.app') @section('title', 'Schedule Calendar') @section('styles') @endsection @section('content')
@can('schedules.create') Add Schedule @endcan
@endsection @section('scripts') @endsection