@extends('layouts.layout') @section('content')
@csrf {{-- --}}
@if(count($devices)>0) @endif
@if($dataof && $dataof!="") @endif
@if($error)

{{$error}}*
@endif



@endsection