@php isset($source->url) ? $url = $source->url : $url = ''; @endphp

@php isset($source->type) ? $type = $source->type : $type = ''; @endphp

@php isset($source->format) ? $format = $source->format : $format = ''; @endphp

@php isset($source->active) ? $status = $source->active : $status = false; @endphp

@php isset($source->token) ? $token = $source->token : $token = ''; @endphp

@csrf @php isset($source->id) ? $id = $source->id : $id = 0; @endphp