@extends('layouts.admin') @section('content')
@if (session('error'))
@endif @if(isset($dublication_Location) && count($dublication_Location)>0)
@endif
Create New Inventory
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
*
@if ($errors->has('address')) The Address field is required @endif
*
@if ($errors->has('item_type_id')) The Item Type field is required @endif
*
@if ($errors->has('in_date')) The date field is required @endif
*
@if ($errors->has('location_id')) Please Add Location First @endif
*
@if(isset($session_Data))
@foreach($session_Data as $key => $value)
@endforeach
@endif
*
@if ($errors->has('user_id')) Please Add User First @endif
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
*
@if ($errors->has('check')) {{ $errors->first('check') }} @endif @foreach($fileds as $key => $value)
@endforeach
@endsection