@csrf
@if(isset($arr) and count($arr)) @foreach($arr as $key => $value) '{{ $key }}' => '{{$value}}',
@endforeach @endif