@extends('resource.edit') @php $links['back'] = guard_url('appointmant/appointments'); $links['form'] = guard_url('appointmant/appointments') . '/' . $appointments->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('appointmant::appointments.title.main') !!} @stop @section('sub.title') {!! __('appointmant::appointments.title.edit') !!} @stop @section('breadcrumb')