@extends('admin_navbar') @section('content')

Edit Equipment

Update name and status.
Back
@csrf @method('DELETE')
@if($errors->any())
Please fix the following:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @method('PUT')
is_active) ? 'checked' : '' }}> Active
Cancel
@endsection