@extends('layouts.master') @section('content')
@csrf

Outcall Script Edit

@error('title_question')

{{ $message }}

@enderror
@error('script_anwser')

{{ $message }}

@enderror
@php $checked = ""; if ($existingFaq) { $checked = "checked"; }else{ $checked = ""; } @endphp
@endsection() @section('script') @endsection()