@extends('themes.default1.agent.layout.agent') @section('Tools') class="nav-link active" @stop @section('tools-bar') active @stop @section('tool') class="active" @stop @section('tools') class="nav-link active" @stop @section('PageHeader')

{{Lang::get('lang.tools')}}

@stop @section('content') {{-- Success message --}} @if(Session::has('success'))
{{Session::get('success')}}
@endif {{-- failure message --}} @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!}! {{Session::get('fails')}}
@endif

{!! Lang::get('lang.canned_response') !!}

id)->paginate(20); ?> @if($Canneds->isEmpty()) @endif @foreach($Canneds as $Canned) @endforeach
{{Lang::get('lang.name')}} {{Lang::get('lang.action')}}
No data available in table
{{$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', 'onclick'=>'return confirm("Are you sure?")']) !!} {!! Form::close() !!}
@stop