@extends('layout.master') @section('css') @endsection @section('main_content')

Create Checkin

@if(auth()->user()->can('checkins.index')) Back @endif
@method('patch') @csrf
@if ($errors->has('checkin_date')) {{ $errors->first('checkin_date') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('reference')) {{ $errors->first('reference') }} @endif
@if ($errors->has('warehouse')) {{ $errors->first('warehouse') }} @endif
@if ($errors->has('warehouse')) {{ $errors->first('warehouse') }} @endif
@if(!empty($CheckIn->checkin_products)) @foreach($CheckIn->checkin_products as $key=>$value) @endforeach @else @endif
Item Weight Quantity Unit
{{ $value->product->product_name ?? '' }}
Add item to the list by search
@if(isset($CheckIn->attechment) && $CheckIn->attechment!='') @endif
@endsection @section('scripts') @endsection