first commit
This commit is contained in:
9
resources/views/work-center/show.blade.php
Normal file
9
resources/views/work-center/show.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
|
||||
|
||||
@section('title', $workcenter->name)
|
||||
|
||||
@section('content')
|
||||
<pre>
|
||||
{{ print_r($workcenter) }}
|
||||
</pre>
|
||||
@endsection
|
Reference in New Issue
Block a user