@extends('layout.main') @section('filter')

Filter

{{ Form::text('Name', '', array("class"=>"form-control")) }}
{{ Form::select('Type',['' => 'Select' , 'Fixed' => 'Fixed' , 'Percentage' => 'Percentage'],'', array("class"=>"select2 small")) }}
{{ Form::select('LateFeeApply',['' => 'Select' , 'Daily' => 'Daily' , 'Weekly' => 'Weekly' ,'Once' => 'Once' , 'Monthly' => 'Monthly' , '15 Days' => '15 Days'],'', array("class"=>"select2")) }}


@stop @section('content')

Late Fee

@if(User::checkCategoryPermission('Service','Add')) Add New @endif

Name Type Value Late Fee Apply Status Actions