@extends( 'layouts.app') @section('title') Edit Registration No @stop @section('breadcrumb') @stop @section('content')

Update Registration No


{{csrf_field()}}
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('js') @stop