@extends('layouts/app') @section('css') @stop @section('content')

Add New Device

@if(Session::has('error'))
Errors!
@foreach(Session::get('error') as $err) {{ $err }}
@endforeach @php Session::forget('error'); @endphp
@endif
@csrf
* @if ($errors->has('device_code')) {{ $errors->first('device_code') }} @endif
* @if ($errors->has('device_name')) {{ $errors->first('device_name') }} @endif