@extends('datacom.partiale.index') @section('title', 'Materii prime') @section('sidebar') @parent @endsection @section('css') @endsection @section('content')

Materii prime

Materii prime

{!! $materiiprime->appends($data)->links() !!}



{{--
--}} {{----}} {{--
--}}
{!! Form::select('status', ['1' => 'Activ', '0' => 'Inactiv'], isset($data['status']) ? $data['status'] : null, ['class' => 'form-control']) !!} {{----}}
Curata!
{{----}} {{-- */$x=0;/* --}} @foreach($materiiprime as $item) {{-- */$x++;/* --}} {{----}} @endforeach {{----}}
ID Cod Nume Categorie Tip Cost Cost cu TVA Pret Pret cu TVA Furnizor Actiune
{{ $item->id }} {{ $item->cod }}{{ $item->name }}{{{ $item->category->name or 'N/A' }}} {{ $item->tip->name }}{{ $item->cost }} {{ $item->cost_with_vat }}{{ $item->price }}{{ $item->price_with_vat }}{{ $item->furnizor_id }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['/materii-prime', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
ID Cod Nume Categorie Tip Cost Cost cu TVA Pret Pret cu TVA Furnizor Actiune
@endsection @section('postfooter') @endsection