@extends('layouts.admin.adminlayout')
@section('header_scripts')
@stop
@section('content')
			
				
				
								
				
				
					
					
						 
						
							
								
									| {{ getPhrase('title')}} | 
									{{ getPhrase('content')}} | 
									{{ getPhrase('action')}} | 
								  
								
							
							 
						
						 
					 
				 
			 
			
		 
@endsection
 
@section('footer_scripts')
  
 @include('common.datatables', array('route'=>URL_INSTRUCTIONS_GETLIST, 'route_as_url' => TRUE))
 @include('common.deletescript', array('route'=>URL_INSTRUCTIONS_DELETE))
@stop