@extends('layouts.app') @section('content')

Godkend introduktionsvideoer

{{ Form::select('status', $statuses, isset($status) ? $status : '' , ['class' => 'form-control filter']) }}
{{--
{{ Form::select('state', $duration, isset($state) ? $state : null , ['class' => 'form-control filter']) }}
--}}
@endsection