@extends('layouts.default')
@section('content')
    
    
        
             {{{$title}}}
        
        
            
            
                
                    | name | match | amount_min | amount_max | date | active | automatch | repeat_freq | id | 
                
            
         
         
     
 
@stop
@section('scripts')
{{HTML::script('assets/javascript/typeahead/bootstrap3-typeahead.min.js')}}
{{HTML::script('assets/javascript/datatables/jquery.dataTables.min.js')}}
{{HTML::script('assets/javascript/datatables/dataTables.bootstrap.js')}}
{{HTML::script('assets/javascript/firefly/recurring.js')}}
@stop
@section('styles')
{{HTML::style('assets/stylesheets/datatables/dataTables.bootstrap.css')}}
@stop