@extends('layouts.dashboard.superadminapp') @section('title', 'Add Machine') @section('content')

UEPL | Add Machine

day, 00 month 0000
@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
Machine Details Form
Back to List
@csrf

@endsection