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