@extends('dashboard.layouts.app') @section('title', __('dashboard.Add Subscriber to Schedule')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Add Subscriber to Schedule') }} #{{ $schedule->id }}

{{__('dashboard.Search for a user')}}:

@csrf

{{ __('dashboard.Invoices') }}:

{{__('dashboard.Cancel')}}
@endsection @section('scripts') @endsection