@extends('admin.layouts.template') @section('page_heading') @section('content')

ระดับเทคโนโลยี

@if(Session::has('message'))
{{ Session::get('message') }}
@endif

@foreach($techs as $tech) @if($tech->type == 1) @else @endif @endforeach
ชื่ออุปกรณ์ ประเภทเทคโนโลยี สเปค รุ่น ยี่ห้อ จัดการ
{{ $tech->name}} เครื่องแม่ข่ายอุปกรณ์{{ $tech->tech_spec}} {{ $tech->model}} {{ $tech->brand}} {!! Form::open(array('route'=>['tech.destroy',$tech->id],'method'=>'DELETE')) !!} @if($tech->type == 1) @else @endif {!! Form::close() !!}
@stop