@extends('layouts.app') @section('title')入库管理@endsection @section('content') @component('store.menu')@endcomponent @component('store.fast.menu')@endcomponent
@{{ i+1 }} @{{store.asn_code}} @{{store.warehouse.name}} @{{store.owner.name}} @{{store.stored_method}} @{{store.status}} @{{store.remark}} @{{store.created_at}}
{{$stores->count()}}/{{$stores->total()}}
{{$stores->links()}}
@endsection @section('lastScript') @endsection