@extends('user::layouts.masterlist') @section('content') Manage Formulas Dashboard Formulas @include('layouts.flash.alert') {{ Form::label('project_filter_id', 'Project') }} {{ Form::select('project_filter_id', $projects, '', [ 'class' => "form-control select2-input", 'id' => "project_filter", 'data-live-search'=>'true', ]) }} Project Keyword OR Unit Description Formula Value Actions @stop @push('scripts') @endpush