@extends('layouts.admin') @section('content') @if(isset($dublication_Location) && count($dublication_Location)>0)
@endif
Edit Inventory
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
*
@if ($errors->has('address')) The Address field is required @endif
*
*
@if ($errors->has('in_date')) The date field is required @endif
*
@if ($errors->has('location_id')) The location field is required @endif
*
@if ($errors->has('user_id')) The User field is required @endif
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
*
@foreach($fileds as $key => $value)
@endforeach
@endsection