@extends('dashboard.layouts.app') @section('title', trans('admin.notification_available.title'). ' - ') @section('speedbar')
@endsection @section('content')
@if(count($notifications) == 0) @endif @foreach($notifications as $notification) @endforeach
@lang('admin.branches.phone')
@lang('admin.no_data')
{{ $notification->phone }}
@endsection