@extends('layouts.app') @section('content') {{--

Edit User`s DSP

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
User:
DSP:
@php $savedCountries = []; if(!empty(json_decode($userdsp->country_ids))){ $savedCountries = json_decode($userdsp->country_ids); } @endphp
Countries:
--}} @endsection