@extends('dashboard.layouts.master') @section('title', 'Settings') @section('css') @endsection @section('content')
@foreach ($links as $key => $val)
{!! $val['icon'] !!}
@endforeach
البريد الإلكتروني
@foreach (explode('|', getVal($row, 'email')) as $email) @if ($loop->index == 0) @else
@endif @endforeach
اضافة بريد جديد
رقم الهاتف ( WhatsApp )
@foreach (explode('|', getVal($row, 'phone')) as $phone) @if ($loop->index == 0) @else
@endif @endforeach
اضافة رقم جديد
{{-- --}} {{--
@if (count($receivingEmails) != 0) @foreach ($receivingEmails as $receivingEmail) @if ($loop->index == 0) @else
@endif @endforeach @else @endif
--}} {{--
اضافة بريد إستقبال جديد
--}} {{--
--}}
@endsection