@extends('page') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')
@if(Session::has('company')) @if(Session::get('company')==1)
{!! Form::select('companies', $companies,Session::get('company'), array('class' => 'form-control form-control-sm','id' => 'company_id')) !!} {!! Form::close() !!}
@else @endif @endif
No Name Action
@stop @section('css') @stop @section('js') @stop