@extends('admin.layouts.template') @section('page_heading') @section('content')
รหัส | ชื่อ | จัดการ |
---|---|---|
{{ $de->short}} | {{ $de->name}} | {!! Form::open(array('route'=>['lv1.destroy',$de->id],'method'=>'DELETE')) !!} {{ link_to_route('lv1.edit','แก้ไข',[$de->id],['class'=>'btn btn-primary','id'=>'a']) }} {!! Form::button('ลบ',['class'=>'btn btn-danger del','type'=>'submit']) !!} {!! Form::close() !!} |