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

Add New Registration No


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