@extends('layout.master') @section('content')

Master Equipment


@csrf
@if ($errors->has('master_equipment'))
{{ $errors->first('master_equipment') }}
@endif
@if ($errors->has('model'))
{{ $errors->first('model') }}
@endif
@if ($errors->has('serial_no'))
{{ $errors->first('serial_no') }}
@endif
@if ($errors->has('range'))
{{ $errors->first('range') }}
@endif
@if ($errors->has('accuracy'))
{{ $errors->first('accuracy') }}
@endif
@if ($errors->has('traceability_ref_no'))
{{ $errors->first('traceability_ref_no') }}
@endif
{{--
--}}
@if ($errors->has('cal_due_date'))
{{ $errors->first('cal_due_date') }}
@endif
@endsection