@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

{{ Form::open(['url' => route('peripheralsprotected'),"class"=>"form-horizontal", "method"=>"POST", "name" => "peripheralsprotected", "id" => "peripheralsprotected"]) }} {{ Form::close() }}
@endsection @section('pagescript') @stop