@extends('layouts.dashboard.superadminapp') @section('title', 'Edit Machine') @section('content') @if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
Edit Machine Details
Back to List
@csrf

Cancel
@endsection