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

Marfuri

Marfuri

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



{{--
--}} {{----}} {{--
--}}
{!! Form::select('status', ['1' => 'Activ', '0' => 'Inactiv'], isset($data['status']) ? $data['status'] : null, ['class' => 'form-control']) !!} {{----}}
Curata!
{{----}} {{-- */$x=0;/* --}} @foreach($marfuri as $item) {{-- */$x++;/* --}} {{----}} @endforeach {{----}}
ID Cod Nume Categorie Tip Cost Cost cu TVA Pret Pret cu TVA Furnizor Id 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' => ['/marfuri', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
ID Cod Nume Categorie Tip Cost Cost cu TVA Pret Pret cu TVA Furnizor Id Actiune
@endsection @section('postfooter') @endsection