@extends('Layouts.master') @section('content')
@include('Partials.Form.Input.user')


@include('Partials.Form.Input.products_return')


@include('Partials.Form.Input.cabels_return')

@csrf
@endsection @section('scripting') @endsection