@extends('layouts.admin')
@section('content')
@section('headerTitle')
{{ $apointment->name }}
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('admin.programari.view', $apointment) }}
@endsection
@section('buttons')
@can('admin-create')