@extends('layouts.app') @section('title', __('crm::lang.schedule')) @section('content') @include('crm::layouts.nav')
@lang('crm::lang.schedule')
({{ $schedule->title }})
@lang('crm::lang.schedule_info')
@lang('crm::lang.schedule_log')
@includeIf('crm::schedule.partial.schedule_info')
@includeIf('crm::schedule_log.index')
@endsection @section('javascript') @endsection