@extends('dashboard_connect.dash_master') @section('pagescontents')

Edit/Update AMC Register

@csrf
Please enter equipment number.
Please enter description.
Please enter details.
@if(Session::has('status'))
@endif @if(Session::has('wrong'))
@endif
@endsection