@extends('adminlte::layouts.app') @section('htmlheader_title') Job List @endsection @section('contentheader_title') Trades Diary @endsection @section('header_styles') {{----}} @stop @section('main-content')
{!! \App\Helpers\CustomUI::selectMonth(isset($input['month'])?$input['month']:0) !!}
{!! \App\Helpers\CustomUI::SelectYear(isset($input['year'])?$input['year']:0) !!}
{!! Form::submit('View', ['class' => 'btn btn-primary']) !!}
@include('jobs.table')
@endsection @section('footer_scripts') {{-- --}} @stop