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

{{ $title }}

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