@extends('layouts.app') @section('title','Lieferanten') @section('breadcrumb') @endsection @section('content')
Kundennummer | Name | ||
---|---|---|---|
{{ $supplier->accounting_reference }} | {{ $supplier->name }} | {{ $supplier->email }} | @include('components.button_show',['action' => action('SupplierController@show',$supplier)]) @include('components.button_edit',['action' => action('SupplierController@edit',$supplier)]) |