@extends('layouts.admin') @include('admin.menu') @section('content')

Create New Device:

@if($errors) @endif
@include('devices.fields', array('device' => null, 'edit' => false))
@stop