@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
|
No
|
Serial Number
|
{{ trans('cruds.device.fields.status') }}
|
Action
|
|
|
|
|
|
Name |
: {{ $project->name }} Edit |
Owner |
: {{ $project->company->name }} |
Product |
:
@foreach ($project->templates as $template)
{{ $template->name }}
@endforeach
|
@endsection
@section('scripts')
@endsection