تعديل اللقاء التلفزيوني

@if(session('success'))
{{ session('success') }}
@endif @include('admin.tv-interviews._form', [ 'action' => route('dashboard.tv-interviews.update', $tvInterview), 'method' => 'PUT', 'submitText' => 'تحديث اللقاء التلفزيوني', 'tvInterview' => $tvInterview, ])