@extends('inventory.layout')
@section('title', 'DeliveryTime')
@section('content')
@push('head')
@endpush
{{ __('Title')}} |
{{ __('Action')}} |
@foreach($deliverytimes as $times)
{{ isset($times->expected_delivery) ? $times->expected_delivery :'' }} |
{{----}}
|
@endforeach
@push('script')
@endpush
@endsection