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

Technology

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

Sever Device

Technology Tables
@foreach($techs as $tech) @endforeach
ลำดับ ชื่ออุปกรณ์ ยี่ห้อ จัดการลำดับ จัดการ
{{ $tech->id}} {{ $tech->name}} {{ $tech->brand}}
{!! Form::open(array('route'=>['tech.destroy',$tech->id],'method'=>'DELETE')) !!} {!! Form::close() !!}
@stop