@extends('layouts.app') @section('content')

{{__("Tools")}}

@foreach($tools as $rbr => $tool) @endforeach
{{__("No.")}} {{__("Tools")}} {{__("Serial number")}} {{__("Type")}} {{__("Provider")}} {{__("Invoice number")}} {{__("Origin")}} {{__("Price")}}
{{($rbr+1).'.'}} {{$tool->tool}} {{$tool->serial_number}} {{$tool->type}} {{$tool->provider}} {{$tool->invoice_number}} {{$tool->origin}} {{$tool->price}}
@endsection