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

Edit Computer

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! $errors->first('name', '

:message

') !!}
{!! $errors->first('department', '

:message

') !!}
{!! $errors->first('order', '

:message

') !!}
@endsection @section('style') @endsection @section('script') @endsection