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

Jobs

@include('includes.errors') @include('includes.success')
Filter
{{ Form::select('Status',$jobstatus, '', array("class"=>"select2")) }}
{{ Form::select('Type',$jobtype,'', array("class"=>"select2")) }}
{{ Form::select('JobLoggedUserID',$creatdby,'', array("class"=>"select2")) }}
{{ Form::select('AccountID',$account,'', array("class"=>"select2")) }}

Title Type Status Created Date Created By Action
@stop @section('footer_ext') @parent @stop