@extends('layouts.admin.app') @section('title',translate('messages.notification')) @section('content')
{{translate('sl')}} | {{translate('messages.title')}} | {{translate('messages.description')}} | {{translate('messages.image')}} | {{translate('messages.zone')}} | {{translate('messages.tergat')}} | {{translate('messages.status')}} | {{translate('messages.action')}} | ||
---|---|---|---|---|---|---|---|---|---|
{{$key+$notifications->firstItem()}} | {{substr($notification['title'],0,25)}} {{strlen($notification['title'])>25?'...':''}} | {{substr($notification['description'],0,25)}} {{strlen($notification['description'])>25?'...':''}} |
|
{{$notification->zone_id==null?translate('messages.all'):($notification->zone?$notification->zone->name:translate('messages.zone').' '.translate('messages.deleted'))}} | @if ($notification->tergat == 'customer'){{translate('messages.customer')}} | @elseif ($notification->tergat=='deliveryman'){{translate('messages.delivery_man')}} | @elseif ($notification->tergat=='restaurant'){{translate('messages.restaurant')}} | @endif