@extends('themes.default1.agent.layout.agent') @section('Tools') class="active" @stop @section('tools-bar') active @stop @section('tools') class="active" @stop @section('PageHeader')
{{Lang::get('lang.name')}} | {{Lang::get('lang.action')}} |
---|---|
{{$Canned->title }} | {!! Form::open(['route'=>['canned.destroy', $Canned->id],'method'=>'DELETE']) !!} {!! Lang::get('lang.view') !!} {!! Lang::get('lang.edit') !!} {!! Form::button(' '.Lang::get('lang.delete'), ['type' => 'submit', 'class'=> 'btn btn-warning btn-xs btn-flat', 'onclick'=>'return confirm("Are you sure?")']) !!} {!! Form::close() !!} |