|
Welcome email name |
Services assigned |
|
@if( count( $practitionerWelcomeEmail ) > 0 )
@foreach($practitionerWelcomeEmail as $val)
|
{{ $val->template_name }} |
{{ $val->selectedServ }} |
|
@endforeach
@else
| You haven't added any team members |
@endif
Delete template?
This will remove all services associated with this tempalte. This cannot be undone
Ok
@endsection
@section('css')
@endsection
@section('import-scripts')
@endsection