@extends('layouts.main') @section('title', 'Update Change Manage Form') @section('breadcrumb')

Update Change Management Form

@endsection @section('content')

Details

{{ csrf_field() }}
@if ($errors->has('Company')) {{ $errors->first('Company') }} @endif
@if ($errors->has('contactname')) {{ $errors->first('contactname') }} @endif
@if ($errors->has('phonenumber1')) {{ $errors->first('phonenumber1') }} @endif
@if ($errors->has('phonenumber2')) {{ $errors->first('phonenumber2') }} @endif
@if ($errors->has('email1')) {{ $errors->first('email1') }} @endif
@if ($errors->has('email2')) {{ $errors->first('email2') }} @endif
@endsection