@extends('inventory.layout') @section('title', 'DeliveryTime') @section('content') @push('head') @endpush
{{($deliverytimes->currentpage()-1)*$deliverytimes->perpage()+1}} to {{$deliverytimes->currentpage()*$deliverytimes->perpage()}} of {{$deliverytimes->total()}} entries  Add DeliveryTime
@foreach($deliverytimes as $times) @endforeach
{{ __('Title')}} {{ __('Action')}}
{{ isset($times->expected_delivery) ? $times->expected_delivery :'' }}       {{----}}

@push('script') @endpush @endsection