@extends('layouts.app') @section('content')
{{__('Commissions')}}
@foreach($commissions as $rbr=>$com) @endforeach
{{__('No.')}}
{{__('Packet')}}
{{__('Packet type')}}
{{__('Coefficient')}}
{{($rbr+1).'.'}}
{{$com->naziv}}
{{$com->vrsta}}
{{$com->commission}}
id}}>
{{ csrf_field() }}
{{__("Notice")}}!
{{__("Deletion")}}
{{__("Are you sure you want to delete data?")}}
@endsection