@extends('templates.structure') @section('custom_css') @endsection @section('content')
{{--

Form User

--}}

@foreach ($unity_clients_status as $item)
{{$item->name}}
      
@endforeach
@endsection @section('custom_js') {{-- --}} @endsection