@extends('layouts.app') @section('content') {{__("Data transfer")}} {{__("Transfer data between clients")}}. @csrf {{__("Client ID from whom data is taken")}}: {{__("Client ID to whom data is sent")}}: {{__("Client type")}}: -- {{__("Client type")}} -- @foreach($clientTypes as $type) {{$type->type}} @endforeach {{__("Devices")}} {{__("Equipment")}} {{__("Returned devices")}} {{__("Comments")}} {{__("Images")}} @endsection
{{__("Transfer data between clients")}}.