@extends('layouts/layoutMaster') @section('title', ' Vertical Layouts - Forms') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

New Inventory

Inventory
@csrf
@error('name')
{{$message}}
@enderror
@error('registration_number')
{{$message}}
@enderror
@if ($errors->has('rc_photo')) {{ $errors->first('rc_photo') }} @endif
@if ($errors->has('item_photo')) {{ $errors->first('item_photo') }} @endif
@error('city')
{{$message}}
@enderror
@error('milege')
{{$message}}
@enderror
@error('color')
{{$message}}
@enderror
@error('model_year')
{{$message}}
@enderror
@error('variant')
{{$message}}
@enderror
@endsection