@extends('layouts.master') @section('title') Edit Tools Return @endsection @section('page-title') Edit Tools Return @endsection @section('body') @endsection @section('content')

Edit Tools Return

@csrf @method('PUT')

Items


@foreach($toolsReturn->items as $index => $item)
@endforeach
@endsection @section('scripts') @endsection